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

References

tools/lldb/include/lldb/Host/HostNativeProcessBase.h
   39   StartMonitoring(const Host::MonitorChildProcessCallback &callback,
tools/lldb/include/lldb/Host/HostProcess.h
   47   StartMonitoring(const Host::MonitorChildProcessCallback &callback,
tools/lldb/include/lldb/Host/ProcessLaunchInfo.h
  103   SetMonitorProcessCallback(const Host::MonitorChildProcessCallback &callback,
  106   Host::MonitorChildProcessCallback GetMonitorProcessCallback() const {
  158   Host::MonitorChildProcessCallback m_monitor_callback;
tools/lldb/include/lldb/Host/posix/HostProcessPosix.h
   36   StartMonitoring(const Host::MonitorChildProcessCallback &callback,
tools/lldb/source/API/SBCommunication.cpp
   66       m_opaque->SetConnection(Host::CreateDefaultConnection(url).release());
tools/lldb/source/API/SBModuleSpec.cpp
  181   Host::ResolveExecutableInBundle(file_spec);
tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1638           const char *signo_cstr = Host::GetSignalAsCString(signo);
tools/lldb/source/Core/Module.cpp
 1101     Host::SystemLog(Host::eSystemLogError, "%s", strm.GetData());
 1101     Host::SystemLog(Host::eSystemLogError, "%s", strm.GetData());
 1135         Host::SystemLog(Host::eSystemLogError, "%s", strm.GetData());
 1135         Host::SystemLog(Host::eSystemLogError, "%s", strm.GetData());
 1159     Host::SystemLog(Host::eSystemLogWarning, "%s", strm.GetData());
 1159     Host::SystemLog(Host::eSystemLogWarning, "%s", strm.GetData());
tools/lldb/source/Host/common/Host.cpp
   95   Host::MonitorChildProcessCallback
  103     const Host::MonitorChildProcessCallback &callback, lldb::pid_t pid,
  171   const Host::MonitorChildProcessCallback callback = info->callback;
tools/lldb/source/Host/common/HostInfoBase.cpp
  251   FileSpec lldb_file_spec(Host::GetModuleFileSpecForHostAddress(
  275   std::string pid_str{llvm::to_string(Host::GetCurrentProcessID())};
tools/lldb/source/Host/common/HostProcess.cpp
   36 HostProcess::StartMonitoring(const Host::MonitorChildProcessCallback &callback,
tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  177     const Host::MonitorChildProcessCallback &callback, bool monitor_signals) {
  192     Host::StartMonitoringChildProcess(m_monitor_callback, GetProcessID(),
tools/lldb/source/Host/posix/HostProcessPosix.cpp
   91     const Host::MonitorChildProcessCallback &callback, bool monitor_signals) {
   92   return Host::StartMonitoringChildProcess(callback, m_process,
tools/lldb/source/Interpreter/Options.cpp
  227           Host::SystemLog(Host::eSystemLogError,
  227           Host::SystemLog(Host::eSystemLogError,
  235           Host::SystemLog(Host::eSystemLogError,
  235           Host::SystemLog(Host::eSystemLogError,
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  322             Host::SystemLog(Host::eSystemLogWarning,
  322             Host::SystemLog(Host::eSystemLogWarning,
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1866           Host::SystemLog(Host::eSystemLogError,
 1866           Host::SystemLog(Host::eSystemLogError,
 3691           Host::SystemLog(Host::eSystemLogError,
 3691           Host::SystemLog(Host::eSystemLogError,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  360       if (Host::GetBundleDirectory(platform_file, bundle_directory)) {
  364           if (Host::ResolveExecutableInBundle(new_module_spec.GetFileSpec())) {
 1108           Host::RunShellCommand("/usr/bin/xcode-select --print-path",
 1593     if (Host::GetProcessInfo(process->GetID(), proc_info)) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
   78   Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec());
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
   92     Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec());
  118       Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec());
  281       Host::RunShellCommand(command.GetData(), nullptr, &retcode, nullptr,
  338       Host::RunShellCommand(command.GetData(), nullptr, &retcode, nullptr,
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  243   if (!Host::GetProcessInfo(pid, Info)) {
  272   if (!Host::GetProcessInfo(pid, Info)) {
  322   Host::TidMap tids_to_attach;
  323   while (Host::FindProcessThreads(pid, tids_to_attach)) {
  324     for (Host::TidMap::iterator it = tids_to_attach.begin();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  939   Environment host_env = Host::GetEnvironment();
 1172     error = Host::LaunchProcess(launch_info);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  324     if (Host::GetProcessInfo(pid, proc_info)) {
  408   if (Host::FindProcesses(match_info, m_proc_infos)) {
  745           Host::RunShellCommand(path.c_str(), working_spec, &status, &signo,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1269   if (!Host::GetProcessInfo(pid, proc_info))
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  210       Host::Kill(debugserver_pid, SIGINT);
  272   Host::Kill(pid, SIGTERM);
  294   Host::Kill(pid, SIGKILL);
  328   if (!Host::GetProcessInfo(pid, proc_info))
  438   Status error = Host::LaunchProcess(m_process_launch_info);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3591     Host::Kill(m_debugserver_pid, SIGINT);
tools/lldb/source/Symbol/ClangASTContext.cpp
 1235     Host::SystemLog(Host::eSystemLogError, "error: need to add support for "
 1235     Host::SystemLog(Host::eSystemLogError, "error: need to add support for "
 1240     Host::SystemLog(Host::eSystemLogError, "error: need to add support for "
 1240     Host::SystemLog(Host::eSystemLogError, "error: need to add support for "
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  319       Host::SystemLog(Host::eSystemLogError, "error: Invalid offset "
  319       Host::SystemLog(Host::eSystemLogError, "error: Invalid offset "
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  269       Host::SystemLog(Host::eSystemLogError,
  269       Host::SystemLog(Host::eSystemLogError,
  288       Host::SystemLog(Host::eSystemLogError,
  288       Host::SystemLog(Host::eSystemLogError,
  453       Host::SystemLog(Host::eSystemLogError, "error: Invalid fde/cie next "
  453       Host::SystemLog(Host::eSystemLogError, "error: Invalid fde/cie next "
  486       Host::SystemLog(Host::eSystemLogError,
  486       Host::SystemLog(Host::eSystemLogError,
  515       Host::SystemLog(Host::eSystemLogError, "error: unable to find CIE at "
  515       Host::SystemLog(Host::eSystemLogError, "error: unable to find CIE at "
tools/lldb/source/Symbol/Function.cpp
  306       Host::SystemLog(Host::eSystemLogError,
  306       Host::SystemLog(Host::eSystemLogError,
tools/lldb/source/Target/Platform.cpp
  991     return Host::GetProcessInfo(pid, process_info);
 1001     match_count = Host::FindProcesses(match_info, process_infos);
 1048     error = Host::LaunchProcess(launch_info);
 1057     return Host::ShellExpandArguments(launch_info);
 1083   Host::Kill(pid, SIGTERM);
 1325     return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr,
tools/lldb/source/Target/Process.cpp
 4722   if (m_private_state_thread.EqualsThread(Host::GetCurrentThread())) {
 5535   if (m_private_state_thread.EqualsThread(Host::GetCurrentThread()))
 5543   return m_private_state_thread.EqualsThread(Host::GetCurrentThread());
tools/lldb/source/Target/RemoteAwarePlatform.cpp
   32     return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr,
  222   return Host::GetEnvironment();
tools/lldb/source/Target/TargetList.cpp
  121     Host::ResolveExecutableInBundle(module_spec.GetFileSpec());
tools/lldb/source/Target/Thread.cpp
  338         already_shown = Host::OpenFileInExternalEditor(
 1917           Host::OpenFileInExternalEditor(frame_sc.line_entry.file,
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  189   info.GetEnvironment() = Host::GetEnvironment();
tools/lldb/tools/lldb-server/lldb-platform.cpp
   81     Host::SystemLog(Host::eSystemLogWarning,
   81     Host::SystemLog(Host::eSystemLogWarning,
tools/lldb/unittests/tools/lldb-server/tests/TestClient.cpp
  101   Info.GetEnvironment() = Host::GetEnvironment();
  108   status = Host::LaunchProcess(Info);
  129   if (SendEnvironment(Host::GetEnvironment()) != 0) {