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 arg2, 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