Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp32 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()
H A DCMakeLists.txt45 SBHostOS.cpp
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBHostOS.i13 ) SBHostOS;
14 class SBHostOS
/llvm-project-15.0.7/lldb/test/API/functionalities/paths/
H A DTestPaths.py31 f = lldb.SBHostOS.GetLLDBPath(path_type)
35 shlib_dir = lldb.SBHostOS.GetLLDBPath(lldb.ePathTypeLLDBShlibDir).GetDirectory()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCodeForward.h30 class SBHostOS; variable
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBHostOS.h17 class LLDB_API SBHostOS {
H A DSBFileSpec.h66 friend class SBHostOS; variable
H A DSBError.h67 friend class SBHostOS; variable
H A DSBDefines.h62 class LLDB_API SBHostOS; variable
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn67 "SBHostOS.cpp",
/llvm-project-15.0.7/lldb/bindings/
H A Dinterfaces.swig39 %include "./interface/SBHostOS.i"
H A Dheaders.swig35 #include "lldb/API/SBHostOS.h"
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp386 SBFileSpec python_file_spec = SBHostOS::GetLLDBPythonPath(); in ProcessArgs()
829 SBHostOS::ThreadCreated("<lldb.driver.main-thread>"); in main()
/llvm-project-15.0.7/lldb/docs/
H A D.htaccess51 Redirect 301 /python_reference/lldb.SBHostOS-class.html https://lldb.llvm.org/python_api/lldb.SBHos…
H A Dpython_api_enums.rst1274 Used with `SBHostOS.GetLLDBPath` to find files that are
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py21 support_dir = lldb.SBHostOS.GetLLDBPath(lldb.ePathTypeSupportExecutableDir)
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3620 lldb/include/lldb/API/SBHostOS.h
3909 lldb/source/API/SBHostOS.cpp