[Lldb-commits] [lldb] a74167d - [lldb][Arm32] Remove unused watchpoint refcount. (#150770)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 28 04:47:05 PDT 2025
Author: b10902118
Date: 2025-07-28T12:47:02+01:00
New Revision: a74167dfdc18fa85f195ea01a3013804dc7aeb5d
URL: https://github.com/llvm/llvm-project/commit/a74167dfdc18fa85f195ea01a3013804dc7aeb5d
DIFF: https://github.com/llvm/llvm-project/commit/a74167dfdc18fa85f195ea01a3013804dc7aeb5d.diff
LOG: [lldb][Arm32] Remove unused watchpoint refcount. (#150770)
Already removed in NativeRegisterContextDBReg.h
Added:
Modified:
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h
Removed:
################################################################################
diff --git a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h
index 15b46609c286b..420e866dbd635 100644
--- a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h
+++ b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h
@@ -109,7 +109,6 @@ class NativeRegisterContextLinux_arm : public NativeRegisterContextLinux {
// occurred.
lldb::addr_t real_addr; // Address value that should cause target to stop.
uint32_t control; // Breakpoint/watchpoint control value.
- uint32_t refcount; // Serves as enable/disable and reference counter.
};
struct DREG m_hbr_regs[16]; // Arm native linux hardware breakpoints
More information about the lldb-commits
mailing list