summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/API/SBThread.h')
-rw-r--r--lldb/include/lldb/API/SBThread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBThread.h b/lldb/include/lldb/API/SBThread.h
index 62abed16452..20f7e1ae842 100644
--- a/lldb/include/lldb/API/SBThread.h
+++ b/lldb/include/lldb/API/SBThread.h
@@ -99,6 +99,9 @@ public:
StepInto (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
void
+ StepInto (const char *target_name, lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
+
+ void
StepOut ();
void
OpenPOWER on IntegriCloud