Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3469 std::string env_debugserver_path = host_env.lookup("LLDB_DEBUGSERVER_PATH"); in GetDebugserverPath() local
3470 if (!env_debugserver_path.empty()) { in GetDebugserverPath()
3471 debugserver_file_spec.SetFile(env_debugserver_path, in GetDebugserverPath()
3474 env_debugserver_path); in GetDebugserverPath()