(no commit message)

llvm-svn: 214319
This commit is contained in:
Greg Clayton
2014-07-30 17:38:47 +00:00
parent a12e023c8a
commit 06357c930c
13 changed files with 159 additions and 129 deletions

View File

@@ -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);