xref: /openbsd-src/gnu/llvm/lldb/examples/synthetic/recognizer_function/lldb-commands (revision 7c0ec4b8992567abb1e1536622dc789a9a39d9f1)
1command script import ./example.py
2type summary add --expand --recognizer-function --python-function example.message_summary example.is_message_type
3type synth add --recognizer-function --python-class example.MessageChildProvider example.is_message_type
4b program.cpp:112
5r
6p customer
7p order
8