Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp42 #define DEBUGSERVER_BASENAME "debugserver" macro
44 #define DEBUGSERVER_BASENAME "lldb-server.exe" macro
46 #define DEBUGSERVER_BASENAME "lldb-server" macro
938 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
949 platform->LocateExecutable(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
1212 error.SetErrorStringWithFormat("unable to locate " DEBUGSERVER_BASENAME); in StartDebugserverProcess()
DProcessGDBRemote.cpp91 #define DEBUGSERVER_BASENAME "debugserver" macro
3380 error_string = "unable to launch " DEBUGSERVER_BASENAME; in EstablishConnectionIfNeeded()
3536 DEBUGSERVER_BASENAME " died with signal %s", signal_cstr); in MonitorDebugserverProcess()
3539 DEBUGSERVER_BASENAME " died with signal %i", signo); in MonitorDebugserverProcess()
3542 DEBUGSERVER_BASENAME " died with an exit status of 0x%8.8x", in MonitorDebugserverProcess()