arch_hw_breakpoint
Regular
4.4
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
4.8
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
4.10
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
4.13
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
4.15
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
4.18
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
5.0
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
5.3
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
5.4
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
5.8
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
5.11
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
5.13
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
5.15
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
5.19
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
6.2
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
6.5
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
6.8
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
arm64
: ✅struct arch_hw_breakpoint {
u64 address;
u64 trigger;
struct arch_hw_breakpoint_ctrl ctrl;
};
armhf
: ✅struct arch_hw_breakpoint {
u32 address;
u32 trigger;
struct arch_hw_breakpoint_ctrl step_ctrl;
struct arch_hw_breakpoint_ctrl ctrl;
};
ppc64el
: ✅struct arch_hw_breakpoint {
long unsigned int address;
u16 type;
u16 len;
};
riscv64
: Absent ⚠️
aws
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
azure
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
gcp
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
lowlatency
: ✅struct arch_hw_breakpoint {
long unsigned int address;
long unsigned int mask;
u8 len;
u8 type;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
⚠️u64 trigger
struct arch_hw_breakpoint_ctrl ctrl
long unsigned int mask
u8 len
u8 type
long unsigned int address
➡️ u64 address
amd64
and armhf
⚠️u32 trigger
struct arch_hw_breakpoint_ctrl step_ctrl
struct arch_hw_breakpoint_ctrl ctrl
long unsigned int mask
u8 len
u8 type
long unsigned int address
➡️ u32 address
amd64
and ppc64el
⚠️long unsigned int mask
u8 len
➡️ u16 len
u8 type
➡️ u16 type
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅