[Lldb-commits] [PATCH] D14111: Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB during expression evaluation

Sean Callanan via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 19 10:39:10 PST 2016


spyffe requested changes to this revision.
spyffe added a comment.
This revision now requires changes to proceed.

That looks fine to me as far as it goes, but it doesn't cover other places where $ is used in function names, e.g. the name of the expression itself, and classes it's placed in.  Could you have a look at ExpressionSourceCode.cpp and see if there is anything there that needs a $ as well?


Repository:
  rL LLVM

http://reviews.llvm.org/D14111





More information about the lldb-commits mailing list