From 06357c930cc13f084e20fe1950a2c849aad22e39 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 30 Jul 2014 17:38:47 +0000 Subject: (no commit message) llvm-svn: 214319 --- lldb/scripts/Python/interface/SBHostOS.i | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lldb/scripts/Python/interface') 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); -- cgit v1.2.3