Home
last modified time | relevance | path

Searched refs:DisableHardwareWatchpoint (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.h77 bool DisableHardwareWatchpoint(lldb_private::Watchpoint *wp);
H A DFreeBSDThread.cpp415 bool FreeBSDThread::DisableHardwareWatchpoint(Watchpoint *wp) { in DisableHardwareWatchpoint() function in FreeBSDThread
H A DProcessFreeBSD.cpp782 wp_disabled &= thread->DisableHardwareWatchpoint(wp); in DisableWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h106 bool DisableHardwareWatchpoint(const NativeBreakpointDarwin *wp) const;
H A DNativeThreadListDarwin.cpp647 NativeThreadListDarwin::DisableHardwareWatchpoint (const DNBBreakpoint* wp) const
660 if (!m_threads[idx]->DisableHardwareWatchpoint(wp, also_set_on_task))