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