Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h377 lldb_private::LazyBool m_watchpoints_trigger_after_instruction; variable
DGDBRemoteCommunicationClient.cpp56 m_watchpoints_trigger_after_instruction(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
1210 m_watchpoints_trigger_after_instruction = eLazyBoolNo; in GetHostInfo()
1212 m_watchpoints_trigger_after_instruction = eLazyBoolYes; in GetHostInfo()
1609 after = (m_watchpoints_trigger_after_instruction != eLazyBoolNo); in GetWatchpointsTriggerAfterInstruction()