| /llvm-project-15.0.7/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 | 192 bool EnableWatchpoint(nub_addr_t addr);
|
| H A D | MachProcess.mm | 1875 if (EnableWatchpoint(addr)) { 2172 bool MachProcess::EnableWatchpoint(nub_addr_t addr) { function 2174 "MachProcess::EnableWatchpoint(addr = 0x%8.8llx)", 2180 DNBLogWarning("MachProcess::EnableWatchpoint(addr = 0x%8.8llx): "
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.h | 103 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
|
| H A D | ProcessWindows.cpp | 851 Status ProcessWindows::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in lldb_private::ProcessWindows
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 150 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StopInfo.cpp | 653 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in DoReenable() 793 process_sp->EnableWatchpoint(wp, false); in PerformAction()
|
| H A D | Target.cpp | 873 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint() 1238 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints() 1320 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
|
| H A D | Process.cpp | 2399 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.h | 159 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
|
| H A D | ProcessGDBRemote.cpp | 3114 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Process.h | 2054 virtual Status EnableWatchpoint(Watchpoint *wp, bool notify = true);
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | ChangeLog | 365 (MachProcess::EnableWatchpoint): Ditto. 823 (MachProcess::EnableWatchpoint): New function.
|