bolt/deps/llvm-18.1.8/lldb/examples/synthetic/recognizer_function/lldb-commands
2025-02-14 19:21:04 +01:00

7 lines
293 B
Text

command script import ./example.py
type summary add --expand --recognizer-function --python-function example.message_summary example.is_message_type
type synth add --recognizer-function --python-class example.MessageChildProvider example.is_message_type
b program.cpp:112
r
p customer
p order