Home
last modified time | relevance | path

Searched refs:aarch64_watchpoint_offset (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Daarch64-linux-hw-point.h172 unsigned int aarch64_watchpoint_offset (unsigned int ctrl);
H A Daarch64-linux-hw-point.c55 aarch64_watchpoint_offset (unsigned int ctrl) in aarch64_watchpoint_offset() function
79 mask >>= aarch64_watchpoint_offset (ctrl); in aarch64_watchpoint_length()
/dports/devel/gdb/gdb-11.1/gdb/
H A Daarch64-linux-nat.c977 = aarch64_watchpoint_offset (state->dr_ctrl_wp[i]); in stopped_data_address()
H A DChangeLog-201810787 (aarch64_watchpoint_offset): New.
10807 (unsigned int aarch64_watchpoint_offset): New prototype.
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dlinux-aarch64-low.cc546 = aarch64_watchpoint_offset (state->dr_ctrl_wp[i]); in low_stopped_data_address()