LLDB mainline
Public Member Functions | Static Public Member Functions | List of all members
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()

SBFileSpec SBHostOS::GetLLDBPath ( lldb::PathType  path_type)
static

◆ 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

◆ LLDB_DEPRECATED()

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

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