hanchenye-llvm-project/lldb
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
..
docs Add reference to ToT/examples/customization for more customization examples. 2011-10-12 19:20:04 +00:00
examples Add 'cd -' feature to change to the previous working directory. 2011-10-13 01:20:34 +00:00
include Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
lib Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00
lldb.xcodeproj Added the ability to run expressions in any command. Expressions can be 2011-10-14 07:41:33 +00:00
lldb.xcworkspace
resources Remove unneeded exports. 2011-10-08 22:26:32 +00:00
scripts Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
source Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
test Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
tools Bumped Xcode project version for lldb-80 and debugserver-145. 2011-10-01 02:01:36 +00:00
utils Remove utils/emacs directory from lldb. 2011-10-10 17:58:30 +00:00
www Minor fix. 2011-10-12 22:25:13 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00