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¶