Skip to content

Commit a74167d

Browse files
authored
[lldb][Arm32] Remove unused watchpoint refcount. (#150770)
Already removed in NativeRegisterContextDBReg.h
1 parent e30e644 commit a74167d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ class NativeRegisterContextLinux_arm : public NativeRegisterContextLinux {
109109
// occurred.
110110
lldb::addr_t real_addr; // Address value that should cause target to stop.
111111
uint32_t control; // Breakpoint/watchpoint control value.
112-
uint32_t refcount; // Serves as enable/disable and reference counter.
113112
};
114113

115114
struct DREG m_hbr_regs[16]; // Arm native linux hardware breakpoints

0 commit comments

Comments
 (0)