Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h543 LazyBool m_watchpoints_trigger_after_instruction; variable
DGDBRemoteCommunicationClient.cpp75 m_watchpoints_trigger_after_instruction(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
1234 m_watchpoints_trigger_after_instruction = in GetHostInfo()
1239 if (m_watchpoints_trigger_after_instruction != eLazyBoolCalculate) in GetHostInfo()
1773 if (m_watchpoints_trigger_after_instruction == eLazyBoolCalculate && in GetWatchpointsTriggerAfterInstruction()
1775 m_watchpoints_trigger_after_instruction = eLazyBoolNo; in GetWatchpointsTriggerAfterInstruction()
1777 after = (m_watchpoints_trigger_after_instruction != eLazyBoolNo); in GetWatchpointsTriggerAfterInstruction()