Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h574 m_supports_vRun : 1; variable
HDGDBRemoteCommunicationClient.cpp72 m_supports_vFileExists(true), m_supports_vRun(true), in GDBRemoteCommunicationClient()
782 if (m_supports_vRun) { in LaunchProcess()
805 m_supports_vRun = false; in LaunchProcess()