Home
last modified time | relevance | path

Searched refs:DisableWatchpoint (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp639 process_sp->DisableWatchpoint(watchpoint_sp, notify); in WatchpointSentry()
650 process_sp->DisableWatchpoint(watchpoint_sp, notify); in DoReenable()
715 GetThread().GetProcess()->DisableWatchpoint(m_watch_sp, false); in DoWillResume()
H A DTarget.cpp923 m_process_sp->DisableWatchpoint(matched_sp, notify); in CreateWatchpoint()
1242 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in RemoveAllWatchpoints()
1271 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in DisableAllWatchpoints()
1361 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in DisableWatchpointByID()
H A DProcess.cpp2592 Status Process::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint() function in Process
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp147 process_sp->DisableWatchpoint(watchpoint_sp, notify); in SetEnabled()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp170 process_sp->DisableWatchpoint(watch_sp); in VariableWatchpointDisabler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h164 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
H A DProcessGDBRemote.cpp3248 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2197 virtual Status DisableWatchpoint(lldb::WatchpointSP wp_sp,