Home
last modified time | relevance | path

Searched refs:SBHostOS (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBHostOS.cpp22 SBHostOS::GetProgramFileSpec () in GetProgramFileSpec()
30 SBHostOS::GetLLDBPythonPath () in GetLLDBPythonPath()
42 SBHostOS::ThreadCreate in ThreadCreate()
62 SBHostOS::ThreadCreated (const char *name) in ThreadCreated()
68 SBHostOS::ThreadCancel (lldb::thread_t thread, SBError *error_ptr) in ThreadCancel()
74 SBHostOS::ThreadDetach (lldb::thread_t thread, SBError *error_ptr) in ThreadDetach()
80 SBHostOS::ThreadJoin (lldb::thread_t thread, thread_result_t *result, SBError *error_ptr) in ThreadJoin()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBHostOS.h18 class SBHostOS
HDSBDefines.h50 class SBHostOS; variable
HDSBError.h73 friend class SBHostOS; variable
HDSBFileSpec.h69 friend class SBHostOS; variable
/trueos/lib/clang/liblldbAPI/
HDMakefile27 SBHostOS.cpp \
/trueos/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp794 SBFileSpec python_file_spec = SBHostOS::GetLLDBPythonPath(); in ParseArgs()
1037 SBHostOS::ThreadCreated ("<lldb.driver.main-thread>"); in main()