Searched refs:DisableWatchpoint (Results 1 – 15 of 15) sorted by relevance
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.h | 120 DisableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
|
D | ProcessPOSIX.cpp | 721 DisableWatchpoint(wp, false); in EnableWatchpoint() 732 ProcessPOSIX::DisableWatchpoint(Watchpoint *wp, bool notify) in DisableWatchpoint() function in ProcessPOSIX
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.h | 187 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
|
D | ProcessKDP.cpp | 748 ProcessKDP::DisableWatchpoint (Watchpoint *wp, bool notify) in DisableWatchpoint() function in ProcessKDP
|
/external/lldb/tools/debugserver/source/ |
D | DNBBreakpoint.cpp | 211 process->DisableWatchpoint(pos->second.Address(), false); in DisableAllWatchpoints()
|
D | DNB.cpp | 940 return procSP->DisableWatchpoint(addr, true); in DNBWatchpointClear()
|
D | ChangeLog | 363 (MachProcess::DisableWatchpoint): Ditto. 817 (MachProcess::DisableWatchpoint): New function.
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.h | 206 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
|
D | ProcessGDBRemote.cpp | 2372 ProcessGDBRemote::DisableWatchpoint (Watchpoint *wp, bool notify) in DisableWatchpoint() function in ProcessGDBRemote
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 128 bool DisableWatchpoint (nub_addr_t addr, bool remove);
|
D | MachProcess.cpp | 929 MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) in DisableWatchpoint() function in MachProcess
|
/external/lldb/source/Target/ |
D | Target.cpp | 605 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()
|
D | StopInfo.cpp | 540 process->DisableWatchpoint(watchpoint, notify); in WatchpointSentry()
|
D | Process.cpp | 2811 Process::DisableWatchpoint (Watchpoint *watchpoint, bool notify) in DisableWatchpoint() function in Process
|
/external/lldb/include/lldb/Target/ |
D | Process.h | 3273 DisableWatchpoint (Watchpoint *wp, bool notify = true);
|