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




_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to