Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp902 std::string env_debugserver_path = host_env.lookup("LLDB_DEBUGSERVER_PATH"); in StartDebugserverProcess() local
903 if (!env_debugserver_path.empty()) { in StartDebugserverProcess()
904 debugserver_file_spec.SetFile(env_debugserver_path, in StartDebugserverProcess()
909 __FUNCTION__, env_debugserver_path.c_str()); in StartDebugserverProcess()