[Lldb-commits] [PATCH] D11790: Fix ObjC++ types Class and id being defined in C and C++ expressions.

Paul Herman via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 14 13:47:02 PDT 2015


paulherman added a comment.

This patch does exactly that. It detects the language of the frame and upgrades it according to the rules you said (I think I might've missed ObjC -> ObjC++, but that can be added).

Regarding the global setting of ObjC, I believe it is not helpful. What I mean is, when debugging something in ObjC the frame is probably already ObjC.

Paul


http://reviews.llvm.org/D11790





More information about the lldb-commits mailing list