hanchenye-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
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
BreakpointResolverAddress.cpp
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
Stoppoint.cpp
StoppointCallbackContext.cpp
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