SBHostOSΒΆ
- class lldb.SBHostOSΒΆ
Provides information about the host system.
Methods Summary
GetLLDBPath
(lldb)ThreadCancel
(lldb, SBError err)ThreadCreate
(char const * name, lldb, ...)ThreadCreated
(char const * name)ThreadDetach
(lldb, SBError err)ThreadJoin
(lldb, lldb, SBError err)Methods Documentation
- static GetLLDBPath(lldb::PathType path_type) SBFileSpec ΒΆ
- static GetLLDBPythonPath() SBFileSpec ΒΆ
- static GetProgramFileSpec() SBFileSpec ΒΆ
- static GetUserHomeDirectory() SBFileSpec ΒΆ
- static ThreadCancel(lldb::thread_t thread, SBError err) bool ΒΆ
- static ThreadCreate(char const * name, lldb::thread_func_t thread_function, void * thread_arg, SBError err) lldb::thread_t ΒΆ
- static ThreadCreated(char const * name)ΒΆ
- static ThreadDetach(lldb::thread_t thread, SBError err) bool ΒΆ
- static ThreadJoin(lldb::thread_t thread, lldb::thread_result_t * result, SBError err) bool ΒΆ