summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r--lldb/scripts/Python/interface/SBHostOS.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBHostOS.i b/lldb/scripts/Python/interface/SBHostOS.i
index 0352924bd28..d9f42160bf0 100644
--- a/lldb/scripts/Python/interface/SBHostOS.i
+++ b/lldb/scripts/Python/interface/SBHostOS.i
@@ -16,6 +16,12 @@ public:
static lldb::SBFileSpec
GetProgramFileSpec ();
+ static lldb::SBFileSpec
+ GetLLDBPythonPath ();
+
+ static lldb::SBFileSpec
+ GetLLDBPath (lldb::PathType path_type);
+
static void
ThreadCreated (const char *name);
OpenPOWER on IntegriCloud