reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/API/SBDefines.h
   49 class LLDB_API SBHostOS;
tools/lldb/tools/lldb-vscode/VSCodeForward.h
   31 class SBHostOS;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
32994     result = lldb::SBHostOS::GetProgramFileSpec();
33011     result = lldb::SBHostOS::GetLLDBPythonPath();
33037     result = lldb::SBHostOS::GetLLDBPath(arg1);
33054     result = lldb::SBHostOS::GetUserHomeDirectory();
33080     lldb::SBHostOS::ThreadCreated((char const *)arg1);
33133     result = lldb::SBHostOS::ThreadCreate((char const *)arg1,arg2,arg3,arg4);
33178     result = (bool)lldb::SBHostOS::ThreadCancel(arg1,arg2);
33221     result = (bool)lldb::SBHostOS::ThreadDetach(arg1,arg2);
33273     result = (bool)lldb::SBHostOS::ThreadJoin(arg1,arg2,arg3);
33285   lldb::SBHostOS *result = 0 ;
33290     result = (lldb::SBHostOS *)new lldb::SBHostOS();
33302   lldb::SBHostOS *arg1 = (lldb::SBHostOS *) 0 ;
tools/lldb/source/API/SBHostOS.cpp
  181 void RegisterMethods<SBHostOS>(Registry &R) {
tools/lldb/source/API/SBReproducer.cpp
   60   RegisterMethods<SBHostOS>(R);
tools/lldb/tools/driver/Driver.cpp
  388     SBFileSpec python_file_spec = SBHostOS::GetLLDBPythonPath();
  846   SBHostOS::ThreadCreated("<lldb.driver.main-thread>");