Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h563 LazyBool m_supports_qSaveCore = eLazyBoolCalculate; variable
DGDBRemoteCommunicationClient.cpp285 m_supports_qSaveCore = eLazyBoolCalculate; in ResetDiscoverableSettings()
344 m_supports_qSaveCore = eLazyBoolNo; in GetRemoteQSupported()
393 m_supports_qSaveCore = eLazyBoolYes; in GetRemoteQSupported()
537 return m_supports_qSaveCore == eLazyBoolYes; in GetSaveCoreSupported()