Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h562 LazyBool m_supports_qSaveCore = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp287 m_supports_qSaveCore = eLazyBoolCalculate; in ResetDiscoverableSettings()
347 m_supports_qSaveCore = eLazyBoolNo; in GetRemoteQSupported()
396 m_supports_qSaveCore = eLazyBoolYes; in GetRemoteQSupported()
552 return m_supports_qSaveCore == eLazyBoolYes; in GetSaveCoreSupported()