Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.h117 EnableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
DProcessPOSIX.cpp665 ProcessPOSIX::EnableWatchpoint(Watchpoint *wp, bool notify) in EnableWatchpoint() function in ProcessPOSIX
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h184 EnableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
DProcessKDP.cpp740 ProcessKDP::EnableWatchpoint (Watchpoint *wp, bool notify) in EnableWatchpoint() function in ProcessKDP
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h203 EnableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
DProcessGDBRemote.cpp2330 ProcessGDBRemote::EnableWatchpoint (Watchpoint *wp, bool notify) in EnableWatchpoint() function in ProcessGDBRemote
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h130 bool EnableWatchpoint (nub_addr_t addr);
DMachProcess.cpp755 if (EnableWatchpoint(addr)) in CreateWatchpoint()
1048 MachProcess::EnableWatchpoint(nub_addr_t addr) in EnableWatchpoint() function in MachProcess
/external/lldb/source/Target/
DTarget.cpp617 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint()
848 Error rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints()
936 Error rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
DStopInfo.cpp550 process->EnableWatchpoint(watchpoint, notify); in ~WatchpointSentry()
DProcess.cpp2803 Process::EnableWatchpoint (Watchpoint *watchpoint, bool notify) in EnableWatchpoint() function in Process
/external/lldb/include/lldb/Target/
DProcess.h3270 EnableWatchpoint (Watchpoint *wp, bool notify = true);
/external/lldb/tools/debugserver/source/
DChangeLog365 (MachProcess::EnableWatchpoint): Ditto.
823 (MachProcess::EnableWatchpoint): New function.