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
917 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
928 platform->LocateExecutable(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
1195 error.SetErrorStringWithFormat("unable to locate " DEBUGSERVER_BASENAME); in StartDebugserverProcess()
H A DProcessGDBRemote.cpp94 #define DEBUGSERVER_BASENAME "debugserver" macro
3325 error_string = "unable to launch " DEBUGSERVER_BASENAME; in EstablishConnectionIfNeeded()
3475 stream.Format(DEBUGSERVER_BASENAME " died with an exit status of {0:x8}", in MonitorDebugserverProcess()
3480 const char *format_str = DEBUGSERVER_BASENAME " died with signal {0}"; in MonitorDebugserverProcess()