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