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

References

tools/lldb/source/API/SBProcess.cpp
  138                      working_directory, launch_flags, stop_at_entry, error);
  157       error.SetError(process_sp->Launch(launch_info));
  159       error.SetErrorString("must be in eStateConnected to call RemoteLaunch");
  162     error.SetErrorString("unable to attach pid");
  165   return error.Success();