aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBBreakpointLocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBBreakpointLocation.h')
-rw-r--r--include/lldb/API/SBBreakpointLocation.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lldb/API/SBBreakpointLocation.h b/include/lldb/API/SBBreakpointLocation.h
index 3b2ca2cf88e8..fd9f246de4ff 100644
--- a/include/lldb/API/SBBreakpointLocation.h
+++ b/include/lldb/API/SBBreakpointLocation.h
@@ -59,6 +59,12 @@ public:
GetCondition ();
void
+ SetScriptCallbackFunction (const char *callback_function_name);
+
+ SBError
+ SetScriptCallbackBody (const char *script_body_text);
+
+ void
SetThreadID (lldb::tid_t sb_thread_id);
lldb::tid_t