(no commit message)
llvm-svn: 214319
This commit is contained in:
@@ -38,6 +38,17 @@ SBHostOS::GetLLDBPythonPath ()
|
||||
return sb_lldb_python_filespec;
|
||||
}
|
||||
|
||||
|
||||
SBFileSpec
|
||||
SBHostOS::GetLLDBPath (lldb::PathType path_type)
|
||||
{
|
||||
SBFileSpec sb_fspec;
|
||||
FileSpec fspec;
|
||||
if (Host::GetLLDBPath (path_type, fspec))
|
||||
sb_fspec.SetFileSpec (fspec);
|
||||
return sb_fspec;
|
||||
}
|
||||
|
||||
lldb::thread_t
|
||||
SBHostOS::ThreadCreate
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user