Searched refs:DEBUGSERVER_BASENAME (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp30 #define DEBUGSERVER_BASENAME "debugserver" macro
544 debugserver_file_spec.GetFilename().SetCString(DEBUGSERVER_BASENAME);
637 error.SetErrorStringWithFormat ("unable to locate " DEBUGSERVER_BASENAME );
H A DProcessGDBRemote.cpp86 #define DEBUGSERVER_BASENAME "debugserver" macro
963 error_string = "unable to launch " DEBUGSERVER_BASENAME;
1027 error_string = "unable to launch " DEBUGSERVER_BASENAME;
2475 debugserver_file_spec.GetFilename().SetCString(DEBUGSERVER_BASENAME);
2588 error.SetErrorStringWithFormat ("unable to locate " DEBUGSERVER_BASENAME);
2666 ::snprintf (error_str, sizeof (error_str), DEBUGSERVER_BASENAME " died with signal %s", signal_cstr);
2668 ::snprintf (error_str, sizeof (error_str), DEBUGSERVER_BASENAME " died with signal %i", signo);
2672 ::snprintf (error_str, sizeof (error_str), DEBUGSERVER_BASENAME " died with an exit status of 0x%8.8x", exit_status);

Completed in 91 milliseconds