We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30e644 commit a74167dCopy full SHA for a74167d
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h
@@ -109,7 +109,6 @@ class NativeRegisterContextLinux_arm : public NativeRegisterContextLinux {
109
// occurred.
110
lldb::addr_t real_addr; // Address value that should cause target to stop.
111
uint32_t control; // Breakpoint/watchpoint control value.
112
- uint32_t refcount; // Serves as enable/disable and reference counter.
113
};
114
115
struct DREG m_hbr_regs[16]; // Arm native linux hardware breakpoints
0 commit comments