llvm-project/lldb/test/functionalities/watchpoint/multiple_threads
Johnny Chen 90830703b2 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,
we delete the watchpoint.  The test succeeds when no more watchpoint hit event fires after the deletion of the watchpoint.

related to rdar://problem/11320188

llvm-svn: 157084
2012-05-18 23:30:57 +00:00
..
Makefile Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() impl so that 2011-09-29 01:20:42 +00:00
TestWatchpointMultipleThreads.py 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
main.cpp Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00