Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp97 #define DEBUGSERVER_BASENAME "debugserver" macro
99 #define DEBUGSERVER_BASENAME "lldb-server.exe" macro
101 #define DEBUGSERVER_BASENAME "lldb-server" macro
3454 error_string = "unable to launch " DEBUGSERVER_BASENAME; in EstablishConnectionIfNeeded()
3483 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in GetDebugserverPath()
3489 debugserver_file_spec = platform.LocateExecutable(DEBUGSERVER_BASENAME); in GetDebugserverPath()
3615 stream.Format(DEBUGSERVER_BASENAME " died with an exit status of {0:x8}", in MonitorDebugserverProcess()
3620 const char *format_str = DEBUGSERVER_BASENAME " died with signal {0}"; in MonitorDebugserverProcess()