llvm-project/lldb/source/Breakpoint
Johnny Chen 16dcf718d3 Add a commnad to set a condition for a watchpoint. Example:
watchpoint modify -c 'global==5'

modifies the last created watchpoint so that the condition expression
is evaluated at the stop point to decide whether we should proceed with
the stopping.

Also add SBWatchpont::SetCondition(const char *condition) to set condition
programmatically.

Test cases to come later.

llvm-svn: 142227
2011-10-17 18:58:00 +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 Removed namespace qualification from symbol queries. 2011-10-13 16:49:47 +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
Watchpoint.cpp Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
WatchpointList.cpp SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating 2011-10-14 00:42:25 +00:00