Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp537 bool debugserver_exists = debugserver_file_spec.Exists(); in StartDebugserverProcess() local
538 if (!debugserver_exists) in StartDebugserverProcess()
545 debugserver_exists = debugserver_file_spec.Exists(); in StartDebugserverProcess()
546 if (debugserver_exists) in StartDebugserverProcess()
558 if (debugserver_exists) in StartDebugserverProcess()
DProcessGDBRemote.cpp2468 bool debugserver_exists = debugserver_file_spec.Exists(); in StartDebugserverProcess() local
2469 if (!debugserver_exists) in StartDebugserverProcess()
2476 debugserver_exists = debugserver_file_spec.Exists(); in StartDebugserverProcess()
2477 if (debugserver_exists) in StartDebugserverProcess()
2489 if (debugserver_exists) in StartDebugserverProcess()