| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextThreadMemory.cpp | 148 uint32_t RegisterContextThreadMemory::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() function in RegisterContextThreadMemory 152 return m_reg_ctx_sp->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint()
|
| H A D | NativeRegisterContextDBReg_arm64.h | 23 uint32_t SetHardwareBreakpoint(lldb::addr_t addr, size_t size) override;
|
| H A D | RegisterContextThreadMemory.h | 65 uint32_t SetHardwareBreakpoint(lldb::addr_t addr, size_t size) override;
|
| H A D | RegisterContextDarwin_arm.h | 78 uint32_t SetHardwareBreakpoint(lldb::addr_t addr, size_t size) override;
|
| H A D | NativeRegisterContextDBReg_arm64.cpp | 45 NativeRegisterContextDBReg_arm64::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() function in NativeRegisterContextDBReg_arm64
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
| H A D | NativeThreadProtocol.h | 50 virtual Status SetHardwareBreakpoint(lldb::addr_t addr, size_t size) = 0;
|
| H A D | NativeRegisterContext.h | 64 virtual uint32_t SetHardwareBreakpoint(lldb::addr_t addr, size_t size);
|
| H A D | NativeProcessProtocol.h | 168 virtual Status SetHardwareBreakpoint(lldb::addr_t addr, size_t size);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeThreadOpenBSD.h | 44 Status SetHardwareBreakpoint(lldb::addr_t addr, size_t size) override;
|
| H A D | NativeThreadOpenBSD.cpp | 145 Status NativeThreadOpenBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() function in NativeThreadOpenBSD
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeThreadWindows.h | 47 Status SetHardwareBreakpoint(lldb::addr_t addr, size_t size) override;
|
| H A D | NativeThreadWindows.cpp | 179 Status NativeThreadWindows::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() function in NativeThreadWindows
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 179 Status NativeThreadLinux::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() function in NativeThreadLinux 188 uint32_t bp_index = m_reg_context_up->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() 240 SetHardwareBreakpoint(bp.m_addr, bp.m_size); in Resume()
|
| H A D | NativeThreadLinux.h | 52 Status SetHardwareBreakpoint(lldb::addr_t addr, size_t size) override;
|
| H A D | NativeRegisterContextLinux_arm.h | 48 uint32_t SetHardwareBreakpoint(lldb::addr_t addr, size_t size) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.h | 46 Status SetHardwareBreakpoint(lldb::addr_t addr, size_t size) override;
|
| H A D | NativeThreadNetBSD.cpp | 291 Status NativeThreadNetBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() function in NativeThreadNetBSD 298 uint32_t bp_index = GetRegisterContext().SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.h | 46 Status SetHardwareBreakpoint(lldb::addr_t addr, size_t size) override;
|
| H A D | NativeThreadFreeBSD.cpp | 279 Status NativeThreadFreeBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() function in NativeThreadFreeBSD 286 uint32_t bp_index = GetRegisterContext().SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RegisterContext.h | 111 virtual uint32_t SetHardwareBreakpoint(lldb::addr_t addr, size_t size);
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | DNBArchImplX86_64.h | 222 static void SetHardwareBreakpoint(DBG &debug_state, uint32_t hw_index,
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/ |
| H A D | DNBArchImplI386.h | 218 static void SetHardwareBreakpoint(DBG &debug_state, uint32_t hw_index,
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 236 Status NativeProcessProtocol::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() function in NativeProcessProtocol 264 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint()
|
| H A D | NativeRegisterContext.cpp | 249 uint32_t NativeRegisterContext::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() function in NativeRegisterContext
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RegisterContext.cpp | 260 uint32_t RegisterContext::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() function in RegisterContext
|