Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h540 LazyBool m_watchpoints_trigger_after_instruction = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp1302 m_watchpoints_trigger_after_instruction = in GetHostInfo()
1307 if (m_watchpoints_trigger_after_instruction != eLazyBoolCalculate) in GetHostInfo()
1856 if (m_watchpoints_trigger_after_instruction == eLazyBoolNo) in GetWatchpointReportedAfter()
1858 if (m_watchpoints_trigger_after_instruction == eLazyBoolYes) in GetWatchpointReportedAfter()