Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp957 const char *env_debugserver_path = getenv("LLDB_DEBUGSERVER_PATH"); in StartDebugserverProcess() local
958 if (env_debugserver_path) { in StartDebugserverProcess()
959 debugserver_file_spec.SetFile(env_debugserver_path, in StartDebugserverProcess()
964 __FUNCTION__, env_debugserver_path); in StartDebugserverProcess()