llvm-project/lldb/test/functionalities/watchpoint/watchpoint_commands
Johnny Chen 6463720505 Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command.
Add default Process::GetWatchpointSupportInfo() impl which returns an error of "not supported".
Add "qWatchpointSupportInfo" packet to the gdb communication layer to support this, and modify TestWatchpointCommands.py to test it.

llvm-svn: 157345
2012-05-23 21:09:52 +00:00
..
condition Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
Makefile
TestWatchpointCommands.py Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. 2012-05-23 21:09:52 +00:00
main.c Add capability to set ignore count for watchpoint on the command line: 2011-10-05 21:35:46 +00:00