Skip to content

Commit 6f6b88a

Browse files
b10902118github-actions[bot]
authored andcommitted
Automerge: [lldb][Arm32] Remove unused watchpoint refcount. (#150770)
Already removed in NativeRegisterContextDBReg.h
2 parents d4f010f + a74167d commit 6f6b88a

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)