[Lldb-commits] [PATCH] D137000: [lldb] Make callback-based formatter matching available from the CLI.
Jorge Gorbe Moya via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 10 10:33:01 PST 2022
jgorbe updated this revision to Diff 474573.
jgorbe added a comment.
- Clarified help text for `--recognizer-function` as suggested by reviewer. Instead of "Incompatible with --regex (-x)." now it says "Cannot be specified at the same time as --regex (-x)."
- Rebased on top of current HEAD.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137000/new/
https://reviews.llvm.org/D137000
Files:
lldb/docs/use/variable.rst
lldb/examples/synthetic/recognizer_function/example.py
lldb/examples/synthetic/recognizer_function/lldb-commands
lldb/examples/synthetic/recognizer_function/program.cpp
lldb/source/Commands/CommandObjectType.cpp
lldb/source/Commands/Options.td
lldb/test/API/functionalities/data-formatter/callback-matching/TestDataFormatterCallbackMatching.py
lldb/test/API/functionalities/data-formatter/callback-matching/formatters_with_callback.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137000.474573.patch
Type: text/x-patch
Size: 28592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221110/223bdaba/attachment-0001.bin>
More information about the lldb-commits
mailing list