llvm/lldb/test/API/functionalities/breakpoint/breakpoint_command/side_effect.py

"""
A dummy module for testing the execution of various breakpoint commands. A
command will modify a global variable in this module and test will check its
value.
"""