| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBArch.h | 95 virtual bool DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function
|
| H A D | ChangeLog | 763 (DNBArch::DisableHardwareWatchpoint): Ditto. 784 (DNBArchMachARM::DisableHardwareWatchpoint): New function. 792 (MachThread::DisableHardwareWatchpoint): New function. 797 (MachThread::DisableHardwareWatchpoint): New prototype. 807 (MachThread::DisableHardwareWatchpoint): New prototype. 842 (MachThreadList::DisableHardwareWatchpoint): New function.
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThreadList.h | 70 bool DisableHardwareWatchpoint(const DNBBreakpoint *wp) const;
|
| H A D | MachThread.h | 75 bool DisableHardwareWatchpoint(const DNBBreakpoint *watchpoint,
|
| H A D | MachThreadList.cpp | 505 m_threads[idx]->DisableHardwareWatchpoint(bp, also_set_on_task); in DoHardwareBreakpointAction() 539 bool MachThreadList::DisableHardwareWatchpoint(const DNBBreakpoint *wp) const { in DisableHardwareWatchpoint() function in MachThreadList
|
| H A D | MachThread.cpp | 570 bool MachThread::DisableHardwareWatchpoint(const DNBBreakpoint *wp, in DisableHardwareWatchpoint() function in MachThread 573 return m_arch_up->DisableHardwareWatchpoint(wp->GetHardwareIndex(), in DisableHardwareWatchpoint()
|
| H A D | MachProcess.mm | 2078 bool hw_disable_result = m_thread_list.DisableHardwareWatchpoint(wp);
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | DNBArchImplX86_64.h | 63 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
|
| H A D | DNBArchImplX86_64.cpp | 1069 bool DNBArchImplX86_64::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchImplX86_64
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/ |
| H A D | DNBArchImplI386.h | 63 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
|
| H A D | DNBArchImplI386.cpp | 1111 bool DNBArchImplI386::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchImplI386
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/ |
| H A D | DNBArchImplARM64.h | 76 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
|
| H A D | DNBArchImplARM64.cpp | 488 DisableHardwareWatchpoint(m_watchpoint_hw_index, false); in ThreadWillResume() 909 DisableHardwareWatchpoint(lo, also_set_on_task); in EnableHardwareWatchpoint() 1034 bool DNBArchMachARM64::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchMachARM64
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/ |
| H A D | DNBArchImpl.h | 80 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
|
| H A D | DNBArchImpl.cpp | 565 DisableHardwareWatchpoint(m_watchpoint_hw_index, false); in ThreadWillResume() 1178 DisableHardwareWatchpoint(lo, also_set_on_task); in EnableHardwareWatchpoint() 1302 bool DNBArchMachARM::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchMachARM
|