Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.h75 bool EnableHardwareWatchpoint(lldb_private::Watchpoint *wp);
H A DFreeBSDThread.cpp399 bool FreeBSDThread::EnableHardwareWatchpoint(Watchpoint *wp) { in EnableHardwareWatchpoint() function in FreeBSDThread
H A DProcessFreeBSD.cpp736 wp_enabled &= thread->EnableHardwareWatchpoint(wp); in EnableWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h104 uint32_t EnableHardwareWatchpoint(const NativeBreakpointDarwin *wp) const;
H A DNativeThreadListDarwin.cpp615 NativeThreadListDarwin::EnableHardwareWatchpoint (const DNBBreakpoint* wp) const
628 …if ((hw_index = m_threads[idx]->EnableHardwareWatchpoint(wp, also_set_on_task)) == INVALID_NUB_HW_…