Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp532 const char *env_debugserver_path = getenv("LLDB_DEBUGSERVER_PATH"); in StartDebugserverProcess() local
533 if (env_debugserver_path) in StartDebugserverProcess()
534 debugserver_file_spec.SetFile (env_debugserver_path, false); in StartDebugserverProcess()
DProcessGDBRemote.cpp2463 const char *env_debugserver_path = getenv("LLDB_DEBUGSERVER_PATH"); in StartDebugserverProcess() local
2464 if (env_debugserver_path) in StartDebugserverProcess()
2465 debugserver_file_spec.SetFile (env_debugserver_path, false); in StartDebugserverProcess()