Searched refs:error_str (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h79 bool GetLaunchSuccess(std::string &error_str);
H A DProcessGDBRemote.cpp890 std::string error_str;
891 if (m_gdb_comm.GetLaunchSuccess(error_str)) {
894 error.SetErrorString(error_str.c_str());
3550 char error_str[1024];
3555 ::snprintf(error_str, sizeof(error_str),
3558 ::snprintf(error_str, sizeof(error_str),
3561 ::snprintf(error_str, sizeof(error_str),
[all...]
H A DGDBRemoteCommunicationClient.cpp751 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { argument
752 error_str.clear();
760 error_str = response.GetStringRef().substr(1);
762 error_str.assign("unknown error occurred launching process");
765 error_str.assign("timed out waiting for app to launch");
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h217 std::string &error_str,
215 CreateScriptedThreadPlan(const char *class_name, StructuredDataImpl *args_data, std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) argument
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c1837 __func__, ireq.status, ireq.error_str);
2430 ctl_copyin_alloc(void *user_addr, unsigned int len, char *error_str, argument
2438 snprintf(error_str, error_str_len, "Error copying %d bytes "
2466 char *error_str, size_t error_str_len)
2472 error_str, error_str_len);
2486 snprintf(error_str, error_str_len, "Argument %d "
2492 args[i].namelen, error_str, error_str_len);
2497 snprintf(error_str, error_str_len, "Argument %d "
2504 snprintf(error_str, error_str_len, "Argument %d "
2510 args[i].vallen, error_str, error_str_le
2465 ctl_copyin_args(int num_args, struct ctl_be_arg *uargs, char *error_str, size_t error_str_len) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1876 std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) {
1898 args_data, error_str, thread_plan_sp);
1874 CreateScriptedThreadPlan( const char *class_name, StructuredDataImpl *args_data, std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) argument
/freebsd-11-stable/usr.sbin/camdd/
H A Dcamdd.c998 warnx("%s", status_data.error_str);

Completed in 127 milliseconds

12