[Lldb-commits] [PATCH] D11482: Add target setting to have the language follow the frame's CU.
Dawn Perchik
dawn+llvm at burble.org
Thu Jul 23 17:45:03 PDT 2015
dawn created this revision.
dawn added reviewers: clayborg, jingham, spyffe.
dawn added a subscriber: lldb-commits.
dawn set the repository for this revision to rL LLVM.
Add target.language-follows-frame setting.
If the target.language is unknown, default to the language of the selected frame (if known).
Note: this patch depends on http://reviews.llvm.org/D11447.
Repository:
rL LLVM
http://reviews.llvm.org/D11482
Files:
include/lldb/Target/Target.h
source/Commands/CommandObjectExpression.cpp
source/Target/Target.cpp
test/expression_command/options/TestExprOptions.py
test/expression_command/options/main.cpp
test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11482.30550.patch
Type: text/x-patch
Size: 11179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150724/9f866400/attachment.bin>
More information about the lldb-commits
mailing list