Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h553 LazyBool m_supports_qXfer_siginfo_read = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp179 if (m_supports_qXfer_siginfo_read == eLazyBoolCalculate) { in GetQXferSigInfoReadSupported()
182 return m_supports_qXfer_siginfo_read == eLazyBoolYes; in GetQXferSigInfoReadSupported()
291 m_supports_qXfer_siginfo_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
339 m_supports_qXfer_siginfo_read = eLazyBoolNo; in GetRemoteQSupported()
383 m_supports_qXfer_siginfo_read = eLazyBoolYes; in GetRemoteQSupported()