summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDisassembler/Disassembler.cpp
diff options
context:
space:
mode:
authorEnrico Granata <granata.enrico@gmail.com>2011-07-19 02:34:21 +0000
committerEnrico Granata <granata.enrico@gmail.com>2011-07-19 02:34:21 +0000
commit1490c6fd8fa7a5a2cdfe2d6d0fb4eedf0d601a2d (patch)
treec6c83203e9c9a3e95eabea6fa478559bd24c3e38 /llvm/lib/MC/MCDisassembler/Disassembler.cpp
parent8608e6e91385a069dd713506bc19b86d015480ad (diff)
downloadbcm5719-llvm-1490c6fd8fa7a5a2cdfe2d6d0fb4eedf0d601a2d.tar.gz
bcm5719-llvm-1490c6fd8fa7a5a2cdfe2d6d0fb4eedf0d601a2d.zip
Fixed a bug where deleting a regex summary would not immediately reflect in the variables display
The "systemwide summaries" feature has been removed and replaced with a more general and powerful mechanism. Categories: - summaries can now be grouped into buckets, called "categories" (it is expected that categories correspond to libraries and/or runtime environments) - to add a summary to a category, you can use the -w option to type summary add and give a category name (e.g. type summary add -f "foo" foo_t -w foo_category) - categories are by default disabled, which means LLDB will not look into them for summaries, to enable a category use "type category enable". once a category is enabled, LLDB will look into that category for summaries. the rules are quite trivial: every enabled category is searched for an exact match. if an exact match is nowhere to be found, any match is searched for in every enabled category (whether it involves cascading, going to base classes, ...). categories are searched into the order in which they were enabled (the most recently enabled category first, then the second most and so on..) - by default, most commands that deal with summaries, use a category named "default" if no explicit -w parameter is given (the observable behavior of LLDB should not change when categories are not explicitly used) - the systemwide summaries are now part of a "system" category llvm-svn: 135463
Diffstat (limited to 'llvm/lib/MC/MCDisassembler/Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud