diff options
author | Greg Clayton <gclayton@apple.com> | 2014-07-30 17:38:47 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2014-07-30 17:38:47 +0000 |
commit | 06357c930cc13f084e20fe1950a2c849aad22e39 (patch) | |
tree | 8abf5867fdcbc3795ec772495161d49d769726bd /lldb/scripts/Python | |
parent | a12e023c8af35d5f9029d7484e180521e50f4a1f (diff) | |
download | bcm5719-llvm-06357c930cc13f084e20fe1950a2c849aad22e39.tar.gz bcm5719-llvm-06357c930cc13f084e20fe1950a2c849aad22e39.zip |
(no commit message)
llvm-svn: 214319
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/interface/SBHostOS.i | 6 |
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); |