llvm-project/lldb/test/functionalities/watchpoint
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
..
hello_watchlocation Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
hello_watchpoint Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with 2012-04-06 00:56:05 +00:00
multiple_threads Add test cases where we start three worker threads, with a write watchpoint set. As soon as a watchpoint is hit in either of the worker thread, 2012-05-18 23:30:57 +00:00
variable_out_of_scope When trying to take snapshots of a watched variable, if the frame is unable to evaluate the variable expression, 2012-08-14 20:56:37 +00:00
watchpoint_commands Cope with the case where the user-supplied callbacks want the watchpoint itself to be disabled! 2012-08-23 22:28:26 +00:00
watchpoint_set_command rdar://problem/11597911 2012-06-05 19:37:43 +00:00