Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h545 LazyBool m_prepare_for_reg_writing_reply; variable
DGDBRemoteCommunicationClient.cpp77 m_prepare_for_reg_writing_reply(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
261 if (m_prepare_for_reg_writing_reply == eLazyBoolCalculate) { in GetSyncThreadStateSupported()
262 m_prepare_for_reg_writing_reply = eLazyBoolNo; in GetSyncThreadStateSupported()
268 m_prepare_for_reg_writing_reply = eLazyBoolYes; in GetSyncThreadStateSupported()
271 return m_prepare_for_reg_writing_reply == eLazyBoolYes; in GetSyncThreadStateSupported()
292 m_prepare_for_reg_writing_reply = eLazyBoolCalculate; in ResetDiscoverableSettings()