Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp39 #define DEBUGSERVER_BASENAME "debugserver" macro
41 #define DEBUGSERVER_BASENAME "lldb-server.exe" macro
43 #define DEBUGSERVER_BASENAME "lldb-server" macro
916 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
927 platform->LocateExecutable(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
1194 error.SetErrorStringWithFormat("unable to locate " DEBUGSERVER_BASENAME); in StartDebugserverProcess()
H A DProcessGDBRemote.cpp95 #define DEBUGSERVER_BASENAME "debugserver" macro
3336 error_string = "unable to launch " DEBUGSERVER_BASENAME; in EstablishConnectionIfNeeded()
3486 stream.Format(DEBUGSERVER_BASENAME " died with an exit status of {0:x8}", in MonitorDebugserverProcess()
3491 const char *format_str = DEBUGSERVER_BASENAME " died with signal {0}"; in MonitorDebugserverProcess()