[Lldb-commits] [PATCH] D50481: Fix broken builtin functions in the expression command

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 22 14:32:16 PDT 2018


teemperor planned changes to this revision.
teemperor added a comment.

@clayborg Thanks, getting rid of pexpect sounds good.

TODO:

- Get rid of pexpect.
- Fix some of the comments in the test that are still referring to the test I copied this from.
- Reuse `builtin_context` instead of calling `PP.getBuiltinInfo()` twice in `ClangExpressionParser.cpp`.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D50481





More information about the lldb-commits mailing list