Home | History | Annotate | Download | only in Linux

Lines Matching refs:m_error

400           m_error(error), m_result(result)
409 Error &m_error;
418 m_result = DoReadMemory(pid, m_addr, m_buff, m_size, m_error);
430 m_error(error), m_result(result)
439 Error &m_error;
448 m_result = DoWriteMemory(pid, m_addr, m_buff, m_size, m_error);
860 DetachOperation(lldb::tid_t tid, Error &result) : m_tid(tid), m_error(result) { }
866 Error &m_error;
873 m_error.SetErrorToErrno();
973 if (!args->m_error.Success())
976 error = args->m_error;
1032 if (!args->m_error.Success())
1035 error = args->m_error;
1110 args->m_error.SetErrorToGenericError();
1111 args->m_error.SetErrorString("Could not open controlling TTY.");
1117 args->m_error.SetErrorToGenericError();
1118 args->m_error.SetErrorString("Process fork failed.");
1178 args->m_error.SetErrorToErrno();
1184 args->m_error.SetErrorToGenericError();
1188 args->m_error.SetErrorString("Child ptrace failed.");
1191 args->m_error.SetErrorString("Child open stdin failed.");
1194 args->m_error.SetErrorString("Child open stdout failed.");
1197 args->m_error.SetErrorString("Child open stderr failed.");
1200 args->m_error.SetErrorString("Child failed to set working directory.");
1203 args->m_error.SetErrorString("Child exec failed.");
1206 args->m_error.SetErrorString("Child returned unknown exit status.");
1216 args->m_error.SetErrorToErrno();
1228 if (!EnsureFDFlags(monitor->m_terminal_fd, O_NONBLOCK, args->m_error))
1246 return args->m_error.Success();
1302 args->m_error.SetErrorToGenericError();
1303 args->m_error.SetErrorString("Attaching to process 1 is not allowed.");
1329 args->m_error.SetErrorToErrno();
1348 args->m_error.SetErrorToErrno();
1355 args->m_error.SetErrorToErrno();
1379 args->m_error.SetErrorToGenericError();
1380 args->m_error.SetErrorString("No such process.");
1384 return args->m_error.Success();