hanchenye-llvm-project/lldb/source/Breakpoint
Johnny Chen d4dd7993b5 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods)
to the Python interface.

Implement yet another (threre're 3 now) iterator protocol for SBTarget: watchpoint_location_iter(),
to iterate on the available watchpoint locations.  And add a print representation for
SBWatchpointLocation.

Exercise some of these Python API with TestWatchpointLocationIter.py.

llvm-svn: 140595
2011-09-27 01:19:20 +00:00
..
Breakpoint.cpp Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
BreakpointID.cpp
BreakpointIDList.cpp To silence the static analyzer. 2011-08-11 21:24:08 +00:00
BreakpointList.cpp Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
BreakpointLocation.cpp Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
BreakpointLocationCollection.cpp Added the ability to get more information on the SBThread's stop reason 2010-11-18 18:52:36 +00:00
BreakpointLocationList.cpp Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
BreakpointOptions.cpp Converted the lldb_private::Process over to use the intrusive 2011-09-22 04:58:26 +00:00
BreakpointResolver.cpp Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear 2010-10-28 17:27:46 +00:00
BreakpointResolverAddress.cpp Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
BreakpointResolverFileLine.cpp Add a new breakpoint type "break by source regular expression". 2011-09-21 01:17:13 +00:00
BreakpointResolverFileRegex.cpp Added the ability to restrict breakpoints by function name, function regexp, selector 2011-09-23 00:54:11 +00:00
BreakpointResolverName.cpp Added the ability to restrict breakpoints by function name, function regexp, selector 2011-09-23 00:54:11 +00:00
BreakpointSite.cpp Make ValueObject::SetValueFromCString work correctly. 2011-08-12 23:34:31 +00:00
BreakpointSiteList.cpp Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Stoppoint.cpp
StoppointCallbackContext.cpp Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
StoppointLocation.cpp Moved a lot of simple functions from StoppointLocation.cpp to be inlined in 2011-05-19 18:17:41 +00:00
WatchpointLocation.cpp Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) 2011-09-27 01:19:20 +00:00
WatchpointLocationList.cpp Add SB API class SBWatchpointLocation and some extra methods to the SBTarget class to 2011-09-26 22:40:50 +00:00