[Lldb-commits] [PATCH] D11102: Set the default language to use when evaluating to that of the frame's CU.

Dawn Perchik dawn+llvm at burble.org
Thu Jul 30 18:43:38 PDT 2015


dawn retitled this revision from "Set the compiler's language options using the language of the current frame's CU, and fix ObjC evaluation." to "Set the default language to use when evaluating to that of the frame's CU.".
dawn added a reviewer: clayborg.
dawn removed rL LLVM as the repository for this revision.
dawn updated this revision to Diff 31098.
dawn added a comment.

This patch has been modified to incorporate the discussions in http://reviews.llvm.org/D11482.

Additional changes to the language options settings were added to take care of the "ask for C++, for now get ObjC++" part (the "ask for ObjC, get ObjC++" part was in the previous patch).  Changes to the frame API were also added as suggested by Greg.


http://reviews.llvm.org/D11102

Files:
  include/lldb/Target/StackFrame.h
  source/Commands/CommandObjectExpression.cpp
  source/Expression/ClangExpressionParser.cpp
  source/Target/StackFrame.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11102.31098.patch
Type: text/x-patch
Size: 5210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150731/8e3ed615/attachment.bin>


More information about the lldb-commits mailing list