SBHostOSΒΆ

class lldb.SBHostOSΒΆ

Provides information about the host system.

Methods Summary

GetLLDBPath(lldb)

GetLLDBPythonPath()

GetProgramFileSpec()

GetUserHomeDirectory()

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ΒΆ