9#ifndef LLDB_API_SBHOSTOS_H
10#define LLDB_API_SBHOSTOS_H
28 "not portable, and is difficult to use from Python.")
29 static
void ThreadCreated(const
char *name);
31 LLDB_DEPRECATED(
"Threading functionality in SBHostOS is not well supported, "
32 "not portable, and is difficult to use from Python.")
37 LLDB_DEPRECATED(
"Threading functionality in SBHostOS is not well supported, "
38 "not portable, and is difficult to use from Python.")
41 LLDB_DEPRECATED(
"Threading functionality in SBHostOS is not well supported, "
42 "not portable, and is difficult to use from Python.")
45 LLDB_DEPRECATED(
"Threading functionality in SBHostOS is not well supported, "
46 "not portable, and is difficult to use from Python.")
static lldb::SBFileSpec GetUserHomeDirectory()
static lldb::SBFileSpec GetProgramFileSpec()
static lldb::SBFileSpec GetLLDBPythonPath()
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)
PathType
Used with SBHostOS::GetLLDBPath (lldb::PathType) to find files that are related to LLDB on the curren...
void *(* thread_func_t)(void *)