aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/API/SBProcessInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/API/SBProcessInfo.h')
-rw-r--r--lldb/include/lldb/API/SBProcessInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBProcessInfo.h b/lldb/include/lldb/API/SBProcessInfo.h
index 0cc5f6a2f9f6..36fae9e842a6 100644
--- a/lldb/include/lldb/API/SBProcessInfo.h
+++ b/lldb/include/lldb/API/SBProcessInfo.h
@@ -50,6 +50,9 @@ public:
lldb::pid_t GetParentProcessID();
+ /// Return the target triple (arch-vendor-os) for the described process.
+ const char *GetTriple();
+
private:
friend class SBProcess;