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

References

tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  245     return PlatformPOSIX::DebugProcess(launch_info, debugger, target, error);
  266     error = debugger.GetTargetList().CreateTarget(
  268     if (error.Fail()) {
  269       LLDB_LOG(log, "failed to create new target: {0}", error);
  275       error.SetErrorString("CreateTarget() returned nullptr");
  276       LLDB_LOG(log, "error: {0}", error);
  290     error.SetErrorString("CreateProcess() failed for gdb-remote process");
  291     LLDB_LOG(log, "error: {0}", error);
  320   error = process_sp->Launch(launch_info);
  321   if (error.Success()) {
  339     LLDB_LOG(log, "process launch failed: {0}", error);