xref: /openbsd-src/gnu/llvm/lldb/examples/synthetic/recognizer_function/lldb-commands (revision 68dd5bb1859285b71cb62a10bf107b8ad54064d9)
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