SBHostOSΒΆ
- class lldb.SBHostOSΒΆ
Provides information about the host system.
Methods Summary
GetLLDBPath(lldb)GetScriptPath(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 GetScriptPath(lldb: :ScriptLanguage language) 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ΒΆ