commit | 06357c930cc13f084e20fe1950a2c849aad22e39 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Wed Jul 30 17:38:47 2014 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Wed Jul 30 17:38:47 2014 +0000 |
tree | 8abf5867fdcbc3795ec772495161d49d769726bd | |
parent | a12e023c8af35d5f9029d7484e180521e50f4a1f [diff] [blame] |
(no commit message) llvm-svn: 214319
diff --git a/lldb/scripts/Python/interface/SBHostOS.i b/lldb/scripts/Python/interface/SBHostOS.i index 0352924..d9f4216 100644 --- a/lldb/scripts/Python/interface/SBHostOS.i +++ b/lldb/scripts/Python/interface/SBHostOS.i
@@ -16,6 +16,12 @@ static lldb::SBFileSpec GetProgramFileSpec (); + static lldb::SBFileSpec + GetLLDBPythonPath (); + + static lldb::SBFileSpec + GetLLDBPath (lldb::PathType path_type); + static void ThreadCreated (const char *name);