/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | FreeBSDThread.h | 70 bool DisableHardwareWatchpoint(lldb_private::Watchpoint *wp);
|
D | FreeBSDThread.cpp | 401 bool FreeBSDThread::DisableHardwareWatchpoint(Watchpoint *wp) { in DisableHardwareWatchpoint() function in FreeBSDThread
|
D | ProcessFreeBSD.cpp | 776 wp_disabled &= thread->DisableHardwareWatchpoint(wp); in DisableWatchpoint()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBArch.h | 95 virtual bool DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function
|
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.
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.h | 70 bool DisableHardwareWatchpoint(const DNBBreakpoint *wp) const;
|
D | MachThread.h | 75 bool DisableHardwareWatchpoint(const DNBBreakpoint *watchpoint,
|
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
|
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()
|
D | MachProcess.mm | 2047 bool hw_disable_result = m_thread_list.DisableHardwareWatchpoint(wp);
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/ |
D | DNBArchImplI386.h | 63 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
|
D | DNBArchImplI386.cpp | 1111 bool DNBArchImplI386::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchImplI386
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
D | DNBArchImplARM64.h | 77 virtual bool DisableHardwareWatchpoint(uint32_t hw_break_index,
|
D | DNBArchImplARM64.cpp | 454 DisableHardwareWatchpoint(m_watchpoint_hw_index, false); in ThreadWillResume() 874 DisableHardwareWatchpoint(lo, also_set_on_task); in EnableHardwareWatchpoint() 999 bool DNBArchMachARM64::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchMachARM64
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/ |
D | DNBArchImplX86_64.h | 63 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
|
D | DNBArchImplX86_64.cpp | 1069 bool DNBArchImplX86_64::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchImplX86_64
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.h | 81 virtual bool DisableHardwareWatchpoint(uint32_t hw_break_index,
|
D | DNBArchImpl.cpp | 561 DisableHardwareWatchpoint(m_watchpoint_hw_index, false); in ThreadWillResume() 1174 DisableHardwareWatchpoint(lo, also_set_on_task); in EnableHardwareWatchpoint() 1298 bool DNBArchMachARM::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchMachARM
|