Home | History | Annotate | Download | only in FreeBSD

Lines Matching refs:m_error

223           m_error(error), m_result(result)
232 Error &m_error;
241 m_result = DoReadMemory(pid, m_addr, m_buff, m_size, m_error);
253 m_error(error), m_result(result)
262 Error &m_error;
271 m_result = DoWriteMemory(pid, m_addr, m_buff, m_size, m_error);
626 m_error(result) { }
631 Error &m_error;
640 m_error.SetErrorToErrno();
743 if (!args->m_error.Success())
746 error = args->m_error;
802 if (!args->m_error.Success())
805 error = args->m_error;
881 args->m_error.SetErrorToGenericError();
882 args->m_error.SetErrorString("Could not open controlling TTY.");
888 args->m_error.SetErrorToGenericError();
889 args->m_error.SetErrorString("Process fork failed.");
949 args->m_error.SetErrorToErrno();
955 args->m_error.SetErrorToGenericError();
959 args->m_error.SetErrorString("Child ptrace failed.");
962 args->m_error.SetErrorString("Child open stdin failed.");
965 args->m_error.SetErrorString("Child open stdout failed.");
968 args->m_error.SetErrorString("Child open stderr failed.");
971 args->m_error.SetErrorString("Child failed to set working directory.");
974 args->m_error.SetErrorString("Child exec failed.");
977 args->m_error.SetErrorString("Child returned unknown exit status.");
990 args->m_error.SetErrorToErrno();
1002 if (!EnsureFDFlags(monitor->m_terminal_fd, O_NONBLOCK, args->m_error))
1015 return args->m_error.Success();
1068 args->m_error.SetErrorToGenericError();
1069 args->m_error.SetErrorString("Attaching to process 1 is not allowed.");
1076 args->m_error.SetErrorToErrno();
1083 args->m_error.SetErrorToErrno();
1095 return args->m_error.Success();