hanchenye-llvm-project/lldb/www
Dawn Perchik dc975670c1 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
2015-06-23 18:35:31 +00:00
..
architecture Adding a document that describes the architecture of data formatters. Suggestions and ideas for improvements most welcome 2013-12-26 07:21:41 +00:00
cpp_reference/html Fix some typos: 2014-08-11 18:06:28 +00:00
python_reference Fix a variety of typos. 2015-06-18 05:27:05 +00:00
SB-api-coding-rules.html Start to share SWIG interface files between languages. 2015-04-24 00:38:53 +00:00
architecture.html
build.html www - updated build server URLs 2015-05-27 04:55:31 +00:00
customization.html
docs.html
download.html
faq.html
features.html
formats.html Add support for displaying the language in the frame-format string. 2015-06-23 18:35:31 +00:00
goals.html
index.html Update the website with information about LLDB on Windows. 2014-12-31 00:06:49 +00:00
lldb-coding-conventions.html Update build instructions / coding conventions. 2015-03-10 23:22:25 +00:00
lldb-gdb.html Fix typos. 2014-07-01 21:22:11 +00:00
python-reference.html Fix a variety of typos. 2015-06-18 05:27:05 +00:00
remote.html Fix a variety of typos. 2015-06-18 05:27:05 +00:00
scripting.html Fix a few typos. 2014-06-27 02:42:12 +00:00
sidebar.incl Add info on running remote test suite to the website 2015-04-09 14:23:24 +00:00
source.html Update build instructions / coding conventions. 2015-03-10 23:22:25 +00:00
status.html Update FreeBSD: Threads and Watchpoints generally work 2014-04-21 20:43:20 +00:00
style.css
symbolication.html
symbols.html Fix typos. 2014-07-01 21:22:11 +00:00
test.html Add info on running remote test suite to the website 2015-04-09 14:23:24 +00:00
troubleshooting.html
tutorial.html Fixing typo in tutorial as test commit. 2015-03-26 16:53:34 +00:00
varformats.html Update documenation for the changed in from ${var.script:<pythonfunction>} to the new ${script.var:<pythonfunction>}. 2015-02-04 22:24:47 +00:00