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

References

tools/lldb/source/Target/Platform.cpp
 1031               error, is_localhost, will_debug, first_arg_is_full_shell_command,
 1033         return error;
 1035       error = ShellExpandArguments(launch_info);
 1036       if (error.Fail()) {
 1037         error.SetErrorStringWithFormat("shell expansion failed (reason: %s). "
 1040                                        error.AsCString("unknown"));
 1041         return error;
 1048     error = Host::LaunchProcess(launch_info);
 1050     error.SetErrorString(
 1052   return error;