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