Sign in
◑
Theme
llvm
/
llvm-project
/
4e32fa991ee2c702d64e8db55ece2f01fdd7ffca
/
.
/
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.
"""