Home
last modified time | relevance | path

Searched refs:DisableHardwareBreakpoint (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DDNBArch.h91 virtual bool DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() function
DChangeLog762 (DNBArch::DisableHardwareBreakpoint): Ditto.
782 (DNBArchMachARM::DisableHardwareBreakpoint): New function.
791 (MachThread::DisableHardwareBreakpoint): New function.
795 (MachThread::DisableHardwareBreakpoint): New prototype.
806 (MachThread::DisableHardwareBreakpoint): New prototype.
840 (MachThreadList::DisableHardwareBreakpoint): New function.
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h68 bool DisableHardwareBreakpoint(const DNBBreakpoint *bp) const;
DMachThread.h73 bool DisableHardwareBreakpoint(const DNBBreakpoint *breakpoint,
DMachThreadList.cpp512 m_threads[idx]->DisableHardwareBreakpoint(bp, also_set_on_task); in DoHardwareBreakpointAction()
551 bool MachThreadList::DisableHardwareBreakpoint(const DNBBreakpoint *bp) const { in DisableHardwareBreakpoint() function in MachThreadList
DMachThread.cpp561 bool MachThread::DisableHardwareBreakpoint(const DNBBreakpoint *bp, in DisableHardwareBreakpoint() function in MachThread
564 return m_arch_up->DisableHardwareBreakpoint(bp->GetHardwareIndex(), in DisableHardwareBreakpoint()
DMachProcess.mm1912 bool hw_disable_result = m_thread_list.DisableHardwareBreakpoint(bp);
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h58 bool DisableHardwareBreakpoint(uint32_t hw_index,
DDNBArchImplI386.cpp920 bool DNBArchImplI386::DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() function in DNBArchImplI386
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.h72 virtual bool DisableHardwareBreakpoint(uint32_t hw_break_index,
DDNBArchImplARM64.cpp1034 bool DNBArchMachARM64::DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() function in DNBArchMachARM64
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h58 bool DisableHardwareBreakpoint(uint32_t hw_break_index,
DDNBArchImplX86_64.cpp979 bool DNBArchImplX86_64::DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() function in DNBArchImplX86_64
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h75 virtual bool DisableHardwareBreakpoint(uint32_t hw_break_index,
DDNBArchImpl.cpp1056 bool DNBArchMachARM::DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() function in DNBArchMachARM