Home
last modified time | relevance | path

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

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