aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/API/SBThreadPlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/API/SBThreadPlan.h')
-rw-r--r--lldb/include/lldb/API/SBThreadPlan.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lldb/include/lldb/API/SBThreadPlan.h b/lldb/include/lldb/API/SBThreadPlan.h
index 0dc48437a668..0d166b35ae4a 100644
--- a/lldb/include/lldb/API/SBThreadPlan.h
+++ b/lldb/include/lldb/API/SBThreadPlan.h
@@ -11,14 +11,12 @@
#include "lldb/API/SBDefines.h"
-#include <stdio.h>
+#include <cstdio>
namespace lldb {
class LLDB_API SBThreadPlan {
- friend class lldb_private::ThreadPlan;
-
public:
SBThreadPlan();
@@ -60,6 +58,9 @@ public:
/// eStopReasonSignal 1 unix signal number
/// eStopReasonException N exception data
/// eStopReasonExec 0
+ /// eStopReasonFork 1 pid of the child process
+ /// eStopReasonVFork 1 pid of the child process
+ /// eStopReasonVForkDone 0
/// eStopReasonPlanComplete 0
uint64_t GetStopReasonDataAtIndex(uint32_t idx);