Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.h120 DisableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
DProcessPOSIX.cpp721 DisableWatchpoint(wp, false); in EnableWatchpoint()
732 ProcessPOSIX::DisableWatchpoint(Watchpoint *wp, bool notify) in DisableWatchpoint() function in ProcessPOSIX
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h187 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
DProcessKDP.cpp748 ProcessKDP::DisableWatchpoint (Watchpoint *wp, bool notify) in DisableWatchpoint() function in ProcessKDP
/external/lldb/tools/debugserver/source/
DDNBBreakpoint.cpp211 process->DisableWatchpoint(pos->second.Address(), false); in DisableAllWatchpoints()
DDNB.cpp940 return procSP->DisableWatchpoint(addr, true); in DNBWatchpointClear()
DChangeLog363 (MachProcess::DisableWatchpoint): Ditto.
817 (MachProcess::DisableWatchpoint): New function.
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h206 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
DProcessGDBRemote.cpp2372 ProcessGDBRemote::DisableWatchpoint (Watchpoint *wp, bool notify) in DisableWatchpoint() function in ProcessGDBRemote
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h128 bool DisableWatchpoint (nub_addr_t addr, bool remove);
DMachProcess.cpp929 MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) in DisableWatchpoint() function in MachProcess
/external/lldb/source/Target/
DTarget.cpp605 m_process_sp->DisableWatchpoint(matched_sp.get(), notify); in CreateWatchpoint()
780 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in RemoveAllWatchpoints()
815 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableAllWatchpoints()
913 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableWatchpointByID()
DStopInfo.cpp540 process->DisableWatchpoint(watchpoint, notify); in WatchpointSentry()
DProcess.cpp2811 Process::DisableWatchpoint (Watchpoint *watchpoint, bool notify) in DisableWatchpoint() function in Process
/external/lldb/include/lldb/Target/
DProcess.h3273 DisableWatchpoint (Watchpoint *wp, bool notify = true);