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 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 40 of file SBHostOS.cpp.

References lldb::ePathTypePythonDir, GetLLDBPath(), and LLDB_INSTRUMENT.

◆ GetProgramFileSpec()

SBFileSpec SBHostOS::GetProgramFileSpec ( )
static

Definition at line 32 of file SBHostOS.cpp.

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

◆ GetUserHomeDirectory()

SBFileSpec SBHostOS::GetUserHomeDirectory ( )
static

Definition at line 87 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: