llvm-project/lldb/www
Enrico Granata d55546b27a when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object
(e.g. ${var%S}). this might already be the default if your variable is of an aggregate type
new feature: synthetic filters. you can restrict the number of children for your variables to only a meaningful subset
 - the restricted list of children obeys the typical rules (e.g. summaries prevail over children)
 - one-line summaries show only the filtered (synthetic) children, if you type an expanded summary string, or you use Python scripts, all the real children are accessible
 - to provide a synthetic children list use the "type synth add" command, as in:
   type synth add foo_type --child varA --child varB[0] --child varC->packet->flags[1-4]
   (you can use ., ->, single-item array operator [N] and bitfield operator [N-M]; array slice access is not supported, giving simplified names to expression paths is not supported)
 - a new -S option to frame variable and target variable lets you override synthetic children and instead show real ones

llvm-svn: 135731
2011-07-22 00:16:08 +00:00
..
architecture.html Apply patch from Bruce Mitchener to fix spelling errors. 2011-01-07 17:16:03 +00:00
build.html Added Mac OS X build instructions and included the Linux build instructions 2011-03-22 22:39:26 +00:00
docs.html that seemed to work, switch the rest of the files to use the shared sidebar.incl file. 2010-06-11 23:07:14 +00:00
download.html that seemed to work, switch the rest of the files to use the shared sidebar.incl file. 2010-06-11 23:07:14 +00:00
faq.html that seemed to work, switch the rest of the files to use the shared sidebar.incl file. 2010-06-11 23:07:14 +00:00
features.html missed a chunk 2010-06-11 23:07:52 +00:00
formats.html Clarified some caveats for thread format strings. 2010-10-04 03:06:05 +00:00
goals.html that seemed to work, switch the rest of the files to use the shared sidebar.incl file. 2010-06-11 23:07:14 +00:00
index.html split the sidebar out to an SSI file so it isn't duplicated everywhere. 2010-06-11 23:04:20 +00:00
lldb-gdb.html Added a few trivial mods. 2011-06-15 21:01:30 +00:00
scripting.html Add an introduction to the scripting example web page. 2011-06-15 16:37:40 +00:00
sidebar.incl Cleanup the sidebar and include a link to the new python scripting tutorial. 2011-06-02 23:50:04 +00:00
status.html that seemed to work, switch the rest of the files to use the shared sidebar.incl file. 2010-06-11 23:07:14 +00:00
style.css Use the same colors in the LLDB/GDB table as the sidebar so things look 2011-04-05 21:44:24 +00:00
tutorial.html Little bit of cleanup, and added a few new bits. 2011-03-31 21:56:13 +00:00
varformats.html when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object 2011-07-22 00:16:08 +00:00