xref: /llvm-project/lldb/examples/synthetic/recognizer_function/lldb-commands (revision 868186cf6cb7edba08c916f98f5f87a942bf50ba)
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