https://github.com/b10902118 created 
https://github.com/llvm/llvm-project/pull/150770

Already removed in NativeRegisterContextDBReg.h

>From 86a3ba58bd22797fd5aa0d5daa75bef614b1a014 Mon Sep 17 00:00:00 2001
From: b10902118 <b10902...@linux1.csie.ntu.edu.tw>
Date: Sat, 26 Jul 2025 23:01:55 +0800
Subject: [PATCH] [lldb][Arm32] Remove unused refcount.

Already removed in NativeRegisterContextDBReg.h
---
 .../Plugins/Process/Linux/NativeRegisterContextLinux_arm.h       | 1 -
 1 file changed, 1 deletion(-)

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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to