Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / examples / synthetic / recognizer_function / lldb-commands
blobd45d8be5f4702991175d12b04fa24cbd94c0fc97
1 command script import ./example.py
2 type summary add --expand --recognizer-function --python-function example.message_summary example.is_message_type
3 type synth add --recognizer-function --python-class example.MessageChildProvider example.is_message_type
4 b program.cpp:112
6 p customer
7 p order