Searched refs:SBHostOS (Results 1 – 17 of 17) sorted by relevance
32 SBFileSpec SBHostOS::GetProgramFileSpec() { in GetProgramFileSpec()40 SBFileSpec SBHostOS::GetLLDBPythonPath() { in GetLLDBPythonPath()46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath()87 SBFileSpec SBHostOS::GetUserHomeDirectory() { in GetUserHomeDirectory()100 lldb::thread_t SBHostOS::ThreadCreate(const char *name, in ThreadCreate()119 void SBHostOS::ThreadCreated(const char *name) { LLDB_INSTRUMENT_VA(name); } in ThreadCreated()121 bool SBHostOS::ThreadCancel(lldb::thread_t thread, SBError *error_ptr) { in ThreadCancel()133 bool SBHostOS::ThreadDetach(lldb::thread_t thread, SBError *error_ptr) { in ThreadDetach()150 bool SBHostOS::ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result, in ThreadJoin()
45 SBHostOS.cpp
13 ) SBHostOS;14 class SBHostOS
31 f = lldb.SBHostOS.GetLLDBPath(path_type)35 shlib_dir = lldb.SBHostOS.GetLLDBPath(lldb.ePathTypeLLDBShlibDir).GetDirectory()
30 class SBHostOS; variable
17 class LLDB_API SBHostOS {
66 friend class SBHostOS; variable
67 friend class SBHostOS; variable
62 class LLDB_API SBHostOS; variable
67 "SBHostOS.cpp",
39 %include "./interface/SBHostOS.i"
35 #include "lldb/API/SBHostOS.h"
386 SBFileSpec python_file_spec = SBHostOS::GetLLDBPythonPath(); in ProcessArgs()829 SBHostOS::ThreadCreated("<lldb.driver.main-thread>"); in main()
51 Redirect 301 /python_reference/lldb.SBHostOS-class.html https://lldb.llvm.org/python_api/lldb.SBHos…
1274 Used with `SBHostOS.GetLLDBPath` to find files that are
21 support_dir = lldb.SBHostOS.GetLLDBPath(lldb.ePathTypeSupportExecutableDir)
3620 lldb/include/lldb/API/SBHostOS.h3909 lldb/source/API/SBHostOS.cpp