llvm-project/lldb/test/python_api/watchpoint
Johnny Chen 6cc60e8668 Add capability to set ignore count for watchpoint on the command line:
watchpoint ignore -i <count> [<watchpt-id | watchpt-id-list>]

Add tests of watchpoint ignore_count for command line as well as API.

llvm-svn: 141217
2011-10-05 21:35:46 +00:00
..
watchlocation Add SBFrame.WatchLocation() to find and watch the location pointed to by 2011-10-01 01:19:45 +00:00
Makefile
TestSetWatchpoint.py Add SBFrame.WatchLocation() to find and watch the location pointed to by 2011-10-01 01:19:45 +00:00
TestWatchpointIgnoreCount.py Add capability to set ignore count for watchpoint on the command line: 2011-10-05 21:35:46 +00:00
TestWatchpointLocationIter.py SBWatchpointLocation.GetDescription() takes an additional description level arg. 2011-09-27 21:27:19 +00:00
main.c Fix comment. 2011-09-24 05:01:53 +00:00