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

References

tools/lldb/source/Host/common/Host.cpp
  486         error, localhost, will_debug, first_arg_is_full_shell_command, 0);
  533   error = LaunchProcess(launch_info);
  536   if (error.Success() && pid == LLDB_INVALID_PROCESS_ID)
  537     error.SetErrorString("failed to get process ID");
  539   if (error.Success()) {
  541       error.SetErrorString("timed out waiting for shell command to complete");
  561             error.SetErrorStringWithFormat(
  566             if (error.Success())
  576   return error;