SBHostOS#
- classlldb.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
- staticGetLLDBPath(lldb::PathType path_type) → SBFileSpec #
- staticGetLLDBPythonPath() → SBFileSpec #
- staticGetProgramFileSpec() → SBFileSpec #
- staticGetUserHomeDirectory() → SBFileSpec #
- staticThreadCancel(lldb::thread_t thread, SBError err) → bool#
- staticThreadCreate(char const * name, lldb::thread_func_t thread_function, void * thread_arg, SBError err) → lldb::thread_t#
- staticThreadCreated(char const * name)#
- staticThreadDetach(lldb::thread_t thread, SBError err) → bool#
- staticThreadJoin(lldb::thread_t thread, lldb::thread_result_t * result, SBError err) → bool#