diff options
author | Enrico Granata <egranata@apple.com> | 2014-10-28 21:07:00 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2014-10-28 21:07:00 +0000 |
commit | 88282c69f3cb26aa9c2b805768866bda575cac84 (patch) | |
tree | 73d86994071daecf5c3717b888d3a265a89e58e2 /lldb/scripts/Python/interface | |
parent | e17428acfa5a14fa016bf9c9783dee64caf6f1e9 (diff) | |
download | bcm5719-llvm-88282c69f3cb26aa9c2b805768866bda575cac84.tar.gz bcm5719-llvm-88282c69f3cb26aa9c2b805768866bda575cac84.zip |
Add a feature where a string data formatter can now be partially composed of Python summary functions
This works similarly to the {thread/frame/process/target.script:...} feature - you write a summary string, part of which is
${var.script:someFuncName}
someFuncName is expected to be declared as
def someFuncName(SBValue,otherArgument) - essentially the same as a summary function
Since . -> [] are the only allowed separators, and % is used for custom formatting, .script: would not be a legitimate symbol anyway, which makes this non-ambiguous
llvm-svn: 220821
Diffstat (limited to 'lldb/scripts/Python/interface')
0 files changed, 0 insertions, 0 deletions