summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBBreakpointLocation.h
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2010-10-22 01:15:49 +0000
committerJim Ingham <jingham@apple.com>2010-10-22 01:15:49 +0000
commit041a12fc3159e11a6b97ed6f22d98788aa202d6a (patch)
tree9124a3c27ebbad386e3b00897bb53e6a32195124 /lldb/include/lldb/API/SBBreakpointLocation.h
parent06e41ae5c77c6a918b84b858f49089809e1e956f (diff)
downloadbcm5719-llvm-041a12fc3159e11a6b97ed6f22d98788aa202d6a.tar.gz
bcm5719-llvm-041a12fc3159e11a6b97ed6f22d98788aa202d6a.zip
Add and SB API to set breakpoint conditions.
llvm-svn: 117082
Diffstat (limited to 'lldb/include/lldb/API/SBBreakpointLocation.h')
-rw-r--r--lldb/include/lldb/API/SBBreakpointLocation.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBBreakpointLocation.h b/lldb/include/lldb/API/SBBreakpointLocation.h
index 162928e14d2..e5a91c94301 100644
--- a/lldb/include/lldb/API/SBBreakpointLocation.h
+++ b/lldb/include/lldb/API/SBBreakpointLocation.h
@@ -41,6 +41,12 @@ public:
void
SetIgnoreCount (uint32_t n);
+ void
+ SetCondition (const char *condition);
+
+ const char *
+ GetCondition ();
+
void
SetThreadID (lldb::tid_t sb_thread_id);
OpenPOWER on IntegriCloud