Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBHostOS.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()
107 void SBHostOS::ThreadCreated(const char *name) { LLDB_INSTRUMENT_VA(name); } in ThreadCreated()
109 bool SBHostOS::ThreadCancel(lldb::thread_t thread, SBError *error_ptr) { in ThreadCancel()
114 bool SBHostOS::ThreadDetach(lldb::thread_t thread, SBError *error_ptr) { in ThreadDetach()
119 bool SBHostOS::ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result, in ThreadJoin()
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBHostOSDocstrings.i3 ) lldb::SBHostOS;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBHostOS.h17 class LLDB_API SBHostOS {
HDSBFileSpec.h69 friend class SBHostOS; variable
HDSBError.h85 friend class SBHostOS; variable
HDSBDefines.h80 class LLDB_API SBHostOS; variable
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/
HDheaders.swig39 #include "lldb/API/SBHostOS.h"
HDinterfaces.swig120 %include "lldb/API/SBHostOS.h"
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp383 SBFileSpec python_file_spec = SBHostOS::GetLLDBPythonPath(); in ProcessArgs()
/freebsd-13-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1276 Used with `SBHostOS.GetLLDBPath` to find files that are
/freebsd-13-stable/lib/clang/liblldb/
HDMakefile48 SRCS+= API/SBHostOS.cpp
HDLLDBWrapLua.cpp32897 result = lldb::SBHostOS::GetProgramFileSpec(); in _wrap_SBHostOS_GetProgramFileSpec()
32917 result = lldb::SBHostOS::GetLLDBPythonPath(); in _wrap_SBHostOS_GetLLDBPythonPath()
32940 result = lldb::SBHostOS::GetLLDBPath(arg1); in _wrap_SBHostOS_GetLLDBPath()
32960 result = lldb::SBHostOS::GetUserHomeDirectory(); in _wrap_SBHostOS_GetUserHomeDirectory()
32982 lldb::SBHostOS::ThreadCreated((char const *)arg1); in _wrap_SBHostOS_ThreadCreated()
33019 result = lldb::SBHostOS::ThreadCreate((char const *)arg1,arg2,arg3,arg4); in _wrap_SBHostOS_ThreadCreate()
33055 result = (bool)lldb::SBHostOS::ThreadCancel(SWIG_STD_MOVE(arg1),arg2); in _wrap_SBHostOS_ThreadCancel()
33088 result = (bool)lldb::SBHostOS::ThreadDetach(SWIG_STD_MOVE(arg1),arg2); in _wrap_SBHostOS_ThreadDetach()
33128 result = (bool)lldb::SBHostOS::ThreadJoin(SWIG_STD_MOVE(arg1),arg2,arg3); in _wrap_SBHostOS_ThreadJoin()
33142 lldb::SBHostOS *result = 0 ; in _wrap_new_SBHostOS()
[all …]