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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  223   LLDB_LOG(log, "pid = {0:x}", pid);
  231   ::pid_t wpid = llvm::sys::RetryAfterSignal(-1, ::waitpid, pid, &wstatus, 0);
  232   assert(wpid == pid);
  243   if (!Host::GetProcessInfo(pid, Info)) {
  249   LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid,
  252   status = SetDefaultPtraceOpts(pid);
  259       pid, launch_info.GetPTY().ReleaseMasterFileDescriptor(), native_delegate,
  260       Info.GetArchitecture(), mainloop, {pid}));