Home
last modified time | relevance | path

Searched refs:EnableWatchpoint (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h116 lldb_private::Status EnableWatchpoint(lldb_private::Watchpoint *wp,
H A DProcessFreeBSD.cpp700 Status ProcessFreeBSD::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessFreeBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBWatchpoint.cpp132 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp607 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in DoReenable()
749 process_sp->EnableWatchpoint(wp, false); in PerformAction()
H A DTarget.cpp856 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint()
1242 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints()
1335 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
H A DProcess.cpp2674 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h178 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
H A DProcessGDBRemote.cpp3336 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2372 virtual Status EnableWatchpoint(Watchpoint *wp, bool notify = true);