llvm-project/lldb/test/functionalities/watchpoint/watchpoint_commands/command
Johnny Chen 892943f9dd Cope with the case where the user-supplied callbacks want the watchpoint itself to be disabled!
Previously we put a WatchpointSentry object within StopInfo.cpp to disable-and-then-enable the watchpoint itself
while we are performing the actions associated with the triggered watchpoint, which can cause the user-initiated
watchpoint disabling action to be negated.

Add a test case to verify that a watchpoint can be disabled during the callbacks.

llvm-svn: 162483
2012-08-23 22:28:26 +00:00
..
Makefile
TestWatchpointCommandLLDB.py Cope with the case where the user-supplied callbacks want the watchpoint itself to be disabled! 2012-08-23 22:28:26 +00:00
TestWatchpointCommandPython.py Simplify the "Watchpoint ... hit" printout, make it more terse. 2012-08-13 23:27:50 +00:00
main.cpp rdar://problem/12007576 2012-08-13 21:09:54 +00:00