xref: /llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/side_effect.py (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1*99451b44SJordan Rupprecht"""
2*99451b44SJordan RupprechtA dummy module for testing the execution of various breakpoint commands. A
3*99451b44SJordan Rupprechtcommand will modify a global variable in this module and test will check its
4*99451b44SJordan Rupprechtvalue.
5*99451b44SJordan Rupprecht"""
6