Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h87 EnableWatchpoint, enumerator
DMachThreadList.cpp500 case HardwareBreakpointAction::EnableWatchpoint: in DoHardwareBreakpointAction()
536 HardwareBreakpointAction::EnableWatchpoint); in EnableHardwareWatchpoint()
DMachProcess.h185 bool EnableWatchpoint(nub_addr_t addr);
DMachProcess.mm1850 if (EnableWatchpoint(addr)) {
2147 bool MachProcess::EnableWatchpoint(nub_addr_t addr) { function
2149 "MachProcess::EnableWatchpoint(addr = 0x%8.8llx)",
2155 DNBLogWarning("MachProcess::EnableWatchpoint(addr = 0x%8.8llx): "
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.h105 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
DProcessWindows.cpp838 Status ProcessWindows::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in lldb_private::ProcessWindows
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h130 lldb_private::Status EnableWatchpoint(lldb_private::Watchpoint *wp,
DProcessKDP.cpp690 Status ProcessKDP::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessKDP
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.h108 lldb_private::Status EnableWatchpoint(lldb_private::Watchpoint *wp,
DProcessFreeBSD.cpp696 Status ProcessFreeBSD::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessFreeBSD
/external/llvm-project/lldb/source/API/
DSBWatchpoint.cpp154 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp599 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in DoReenable()
740 process_sp->EnableWatchpoint(wp, false); in PerformAction()
DTarget.cpp847 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint()
1218 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints()
1306 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
DProcess.cpp2547 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h160 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
DProcessGDBRemote.cpp3248 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2068 virtual Status EnableWatchpoint(Watchpoint *wp, bool notify = true);
/external/llvm-project/lldb/tools/debugserver/source/
DChangeLog365 (MachProcess::EnableWatchpoint): Ditto.
823 (MachProcess::EnableWatchpoint): New function.