Sign in
llvm
/
llvm-project
/
1daf2994de49d1ecba4bee4e6842aa8a564cbc96
/
.
/
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.
"""