Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h552 LazyBool m_supports_qXfer_siginfo_read = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp181 if (m_supports_qXfer_siginfo_read == eLazyBoolCalculate) { in GetQXferSigInfoReadSupported()
184 return m_supports_qXfer_siginfo_read == eLazyBoolYes; in GetQXferSigInfoReadSupported()
293 m_supports_qXfer_siginfo_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
342 m_supports_qXfer_siginfo_read = eLazyBoolNo; in GetRemoteQSupported()
386 m_supports_qXfer_siginfo_read = eLazyBoolYes; in GetRemoteQSupported()