llvm-project/lldb/tools
Johnny Chen d45a9c32c2 Previous check-ins allow to hit the arm hardware watchpoint, with a workaound to handle the issue
that the inferior cannot execute past the watchpoint-triggering instruction.

The solution is disable the watchpoint before resuming the inferior and make it hardware single step;
when the inferior stops again due to single step, re-enable the watchpoint and disable the single step
to make the inferior able to continue again without obstacle.

rdar://problem/9667960

llvm-svn: 153273
2012-03-22 20:04:07 +00:00
..
darwin-debug Remove unused python includes from headers. 2012-02-22 16:56:26 +00:00
darwin-threads Print out the task suspend count as well. 2011-11-03 21:43:55 +00:00
debugserver Previous check-ins allow to hit the arm hardware watchpoint, with a workaound to handle the issue 2012-03-22 20:04:07 +00:00
driver Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. 2012-03-06 00:37:27 +00:00
install-headers <rdar://problem/10993996> 2012-03-07 22:47:26 +00:00
lldb-platform Add a logging mode that takes a callback and flush'es to that callback. 2012-02-21 02:23:08 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00