9#ifndef LLDB_API_SBHOSTOS_H
10#define LLDB_API_SBHOSTOS_H
31 "not portable, and is difficult to use from Python.")
32 static
void ThreadCreated(const
char *name);
34 LLDB_DEPRECATED(
"Threading functionality in SBHostOS is not well supported, "
35 "not portable, and is difficult to use from Python.")
40 LLDB_DEPRECATED(
"Threading functionality in SBHostOS is not well supported, "
41 "not portable, and is difficult to use from Python.")
44 LLDB_DEPRECATED(
"Threading functionality in SBHostOS is not well supported, "
45 "not portable, and is difficult to use from Python.")
48 LLDB_DEPRECATED(
"Threading functionality in SBHostOS is not well supported, "
49 "not portable, and is difficult to use from Python.")
#define LLDB_DEPRECATED_FIXME(MSG, FIX)
static lldb::SBFileSpec GetUserHomeDirectory()
static lldb::SBFileSpec GetProgramFileSpec()
static lldb::SBFileSpec GetLLDBPythonPath()
static lldb::SBFileSpec GetScriptPath(lldb::ScriptLanguage language)
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 lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type)
ScriptLanguage
Script interpreter types.
PathType
Used with SBHostOS::GetLLDBPath (lldb::PathType) to find files that are related to LLDB on the curren...
void *(* thread_func_t)(void *)