LLDB mainline
lldb::SBHostOS Class Reference

#include <SBHostOS.h>

Public Member Functions

 LLDB_DEPRECATED ("Threading functionality in SBHostOS is not well supported, " "not portable, and is difficult to use from Python.") static void ThreadCreated(const char *name)

Static Public Member Functions

static lldb::SBFileSpec GetProgramFileSpec ()
static lldb::SBFileSpec GetLLDBPythonPath ()
static lldb::SBFileSpec GetScriptPath (lldb::ScriptLanguage language)
static lldb::SBFileSpec GetLLDBPath (lldb::PathType path_type)
static lldb::SBFileSpec GetUserHomeDirectory ()

Detailed Description

Definition at line 17 of file SBHostOS.h.

Member Function Documentation

◆ GetLLDBPath()

◆ GetLLDBPythonPath()

SBFileSpec SBHostOS::GetLLDBPythonPath ( )
static

Definition at line 38 of file SBHostOS.cpp.

References lldb::eScriptLanguagePython, GetScriptPath(), and LLDB_INSTRUMENT.

◆ GetProgramFileSpec()

SBFileSpec SBHostOS::GetProgramFileSpec ( )
static

Definition at line 30 of file SBHostOS.cpp.

References LLDB_INSTRUMENT, and lldb::SBFileSpec::SetFileSpec().

◆ GetScriptPath()

◆ GetUserHomeDirectory()

SBFileSpec SBHostOS::GetUserHomeDirectory ( )
static

Definition at line 93 of file SBHostOS.cpp.

References LLDB_INSTRUMENT.

◆ LLDB_DEPRECATED()

lldb::SBHostOS::LLDB_DEPRECATED ( "Threading functionality in SBHostOS is not well supported,
" "not portable,
and is difficult to use from Python."  ) const

References LLDB_DEPRECATED().

Referenced by LLDB_DEPRECATED().


The documentation for this class was generated from the following files: