hanchenye-llvm-project/lldb/tools/debugserver
Johnny Chen a9b68f4dd6 Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when
the watchpoint state is changed, not only does the change propagate to all the thread instances,
it also updates a global debug state, if chosen by the DNBArchProtocol derivative.

Once implemented, the DNBArchProtocol derivative, also makes sure that when new thread comes along,
it tries to inherit from the global debug state, if it is valid.

Modify TestWatchpointMultipleThreads.py to test this functionality.

llvm-svn: 140811
2011-09-29 21:48:52 +00:00
..
debugserver.xcodeproj Basic infrastructure code to exploit malloc stack logging as available on Mac OS X to track the allocation history of pointers on the target process 2011-09-09 00:04:24 +00:00
resources
scripts
source Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when 2011-09-29 21:48:52 +00:00
debugnub-exports