Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDProcessPOSIX.h120 DisableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
HDProcessPOSIX.cpp728 DisableWatchpoint(wp, false); in EnableWatchpoint()
739 ProcessPOSIX::DisableWatchpoint(Watchpoint *wp, bool notify) in DisableWatchpoint() function in ProcessPOSIX
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.h204 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
HDProcessGDBRemote.cpp2524 ProcessGDBRemote::DisableWatchpoint (Watchpoint *wp, bool notify) in DisableWatchpoint() function in ProcessGDBRemote
/trueos/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp610 m_process_sp->DisableWatchpoint(matched_sp.get(), notify); in CreateWatchpoint()
785 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in RemoveAllWatchpoints()
820 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableAllWatchpoints()
918 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableWatchpointByID()
HDStopInfo.cpp553 process->DisableWatchpoint(watchpoint, notify); in WatchpointSentry()
HDProcess.cpp2955 Process::DisableWatchpoint (Watchpoint *watchpoint, bool notify) in DisableWatchpoint() function in Process
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h3330 DisableWatchpoint (Watchpoint *wp, bool notify = true);