Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp916 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess() local
924 debugserver_file_spec.SetFile(env_debugserver_path, in StartDebugserverProcess()
931 debugserver_file_spec = g_debugserver_file_spec; in StartDebugserverProcess()
933 FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
936 debugserver_file_spec = HostInfo::GetSupportExeDir(); in StartDebugserverProcess()
937 if (debugserver_file_spec) { in StartDebugserverProcess()
938 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
939 debugserver_exists = FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
943 __FUNCTION__, debugserver_file_spec.GetPath().c_str()); in StartDebugserverProcess()
945 g_debugserver_file_spec = debugserver_file_spec; in StartDebugserverProcess()
[all …]