/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachThreadList.h | 87 EnableWatchpoint, enumerator
|
H A D | MachThreadList.cpp | 500 case HardwareBreakpointAction::EnableWatchpoint: in DoHardwareBreakpointAction() 536 HardwareBreakpointAction::EnableWatchpoint); in EnableHardwareWatchpoint()
|
H A D | MachProcess.h | 193 bool EnableWatchpoint(nub_addr_t addr);
|
H A D | MachProcess.mm | 1881 if (EnableWatchpoint(addr)) { 2178 bool MachProcess::EnableWatchpoint(nub_addr_t addr) { function 2180 "MachProcess::EnableWatchpoint(addr = 0x%8.8llx)", 2186 DNBLogWarning("MachProcess::EnableWatchpoint(addr = 0x%8.8llx): "
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindows.h | 100 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
|
H A D | ProcessWindows.cpp | 849 Status ProcessWindows::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in lldb_private::ProcessWindows
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ProcessKDP.h | 128 lldb_private::Status EnableWatchpoint(lldb_private::Watchpoint *wp,
|
H A D | ProcessKDP.cpp | 675 Status ProcessKDP::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessKDP
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 150 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | StopInfo.cpp | 646 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in DoReenable() 755 GetThread().GetProcess()->EnableWatchpoint(m_watch_sp.get(), true); in ResetWatchpoint()
|
H A D | Target.cpp | 879 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint() 1248 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints() 1330 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
|
H A D | Process.cpp | 2403 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.h | 158 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
|
H A D | ProcessGDBRemote.cpp | 3069 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | Process.h | 2076 virtual Status EnableWatchpoint(Watchpoint *wp, bool notify = true);
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | ChangeLog | 365 (MachProcess::EnableWatchpoint): Ditto. 823 (MachProcess::EnableWatchpoint): New function.
|