Home
last modified time | relevance | path

Searched refs:RemoveHardwareBreakpoint (Results 1 – 16 of 16) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DRegisterContextWindows.h44 bool RemoveHardwareBreakpoint(uint32_t slot);
H A DNativeThreadWindows.h49 Status RemoveHardwareBreakpoint(lldb::addr_t addr) override;
H A DRegisterContextWindows.cpp121 bool RegisterContextWindows::RemoveHardwareBreakpoint(uint32_t slot) { in RemoveHardwareBreakpoint() function in RegisterContextWindows
H A DNativeThreadWindows.cpp184 Status NativeThreadWindows::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint() function in NativeThreadWindows
H A DProcessWindows.cpp911 reg_ctx->RemoveHardwareBreakpoint(info.slot_id); in DisableWatchpoint()
943 if (!reg_ctx->RemoveHardwareBreakpoint(it->second.slot_id)) {
H A DNativeProcessWindows.cpp334 return RemoveHardwareBreakpoint(addr); in RemoveBreakpoint()
/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp276 rollback_thread_sp->RemoveHardwareBreakpoint(addr); in SetHardwareBreakpoint()
279 "RemoveHardwareBreakpoint failed for pid={0}, tid={1}: {2}", in SetHardwareBreakpoint()
294 Status NativeProcessProtocol::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
303 error = thread->RemoveHardwareBreakpoint(addr); in RemoveHardwareBreakpoint()
647 return RemoveHardwareBreakpoint(addr); in RemoveBreakpoint()
293 Status NativeProcessProtocol::RemoveHardwareBreakpoint(lldb::addr_t addr) { RemoveHardwareBreakpoint() function in NativeProcessProtocol
/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h52 virtual Status RemoveHardwareBreakpoint(lldb::addr_t addr) = 0;
H A DNativeProcessProtocol.h170 virtual Status RemoveHardwareBreakpoint(lldb::addr_t addr);
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp281 Status error = RemoveHardwareBreakpoint(addr); in SetHardwareBreakpoint()
294 Status NativeThreadFreeBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint() function in NativeThreadFreeBSD
H A DNativeThreadFreeBSD.h48 Status RemoveHardwareBreakpoint(lldb::addr_t addr) override;
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp293 Status error = RemoveHardwareBreakpoint(addr); in SetHardwareBreakpoint()
306 Status NativeThreadNetBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint() function in NativeThreadNetBSD
H A DNativeThreadNetBSD.h48 Status RemoveHardwareBreakpoint(lldb::addr_t addr) override;
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.h54 Status RemoveHardwareBreakpoint(lldb::addr_t addr) override;
H A DNativeThreadLinux.cpp184 Status error = RemoveHardwareBreakpoint(addr); in SetHardwareBreakpoint()
197 Status NativeThreadLinux::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint() function in NativeThreadLinux
H A DNativeProcessLinux.cpp1617 return RemoveHardwareBreakpoint(addr);