diff options
author | Dawn Perchik <dawn@burble.org> | 2015-06-23 18:35:31 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@burble.org> | 2015-06-23 18:35:31 +0000 |
commit | dc975670c194e0078d684546d49d06c661f163f7 (patch) | |
tree | 6034600f9bfa4cd047fb01f64a444e95e89bc343 /llvm/lib/Object/FaultMapParser.cpp | |
parent | ae3ac08326d6f22695eaca6c0a8bb22ab7ee40fc (diff) | |
download | llvm-dc975670c194e0078d684546d49d06c661f163f7.zip llvm-dc975670c194e0078d684546d49d06c661f163f7.tar.gz llvm-dc975670c194e0078d684546d49d06c661f163f7.tar.bz2 |
Add support for displaying the language in the frame-format string.
Enable ${language} to be specified in the frame-format string to see
the current frame's compile unit language in "frame info".
Test Plan:
debug a C++ program, run to main, and run the lldb commands:
settings set frame-format "frame lang=${language}\n"
frame info
you should see:
frame lang=c++
test case added in:
./dotest.py --executable lldb -f SettingsCommandTestCase.test_set_frame_format
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D10561
llvm-svn: 240440
Diffstat (limited to 'llvm/lib/Object/FaultMapParser.cpp')
0 files changed, 0 insertions, 0 deletions