Sign in
llvm
/
llvm-project
/
d95dadff8f094e793b79eec57737ec397fad7724
/
.
/
lldb
/
test
/
API
/
functionalities
/
breakpoint
/
breakpoint_command
/
side_effect.py
blob: ef4ab2b159cc29df37733c0552b59241868d45d7 [
file
]
"""
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.
"""