[Lldb-commits] [PATCH] D11482: Add target setting to have the language follow the frame's CU.

Jim Ingham jingham at apple.com
Wed Jul 29 10:30:59 PDT 2015


jingham added a subscriber: jingham.
jingham added a comment.

I'm not sure it is that hard.  For the expression parser, we can let folks ask for whatever they want, and then just give them whatever we need to give them.  The mapping is pretty simple, as I said, ask for ObjC, get ObjC++, ask for C++, for now get ObjC++, etc.

I don't know how you guys are doing Pascal expression evaluation?  Do you have a Pascal Clang front-end?  Do you do some kind of Pascal->C and then submit that to clang?  What do you actually need to set here.

Part of the patches you have been submitting have been the breakpoint name chopper's handling of Pascal, but that's independent of the expression parser, and so doesn't so much feature in this discussion.

Jim


Repository:
  rL LLVM

http://reviews.llvm.org/D11482







More information about the lldb-commits mailing list