diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-10-17 18:58:00 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-10-17 18:58:00 +0000 |
commit | 16dcf718d31e9d2aff445baa13658c0810108310 (patch) | |
tree | 73305ec234f6b5fa7cbef74eac17b2d0ff518d30 /lldb/scripts/Python/interface/SBData.i | |
parent | a7e0b908975041359f82a333b69db61e731608ce (diff) | |
download | bcm5719-llvm-16dcf718d31e9d2aff445baa13658c0810108310.tar.gz bcm5719-llvm-16dcf718d31e9d2aff445baa13658c0810108310.zip |
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
Diffstat (limited to 'lldb/scripts/Python/interface/SBData.i')
0 files changed, 0 insertions, 0 deletions