Searched refs:is_watchpoint (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Daarch64-hw-point.c131 aarch64_point_is_aligned (ptid_t ptid, int is_watchpoint, CORE_ADDR addr, argument
136 if (is_watchpoint)
283 int i, idx, num_regs, is_watchpoint; local
288 is_watchpoint = (type != hw_execute);
289 gdb_assert (aarch64_point_is_aligned (ptid, is_watchpoint, addr, len));
290 if (is_watchpoint)
343 aarch64_notify_debug_reg_change (ptid, is_watchpoint, idx);
364 int i, num_regs, is_watchpoint; local
369 is_watchpoint = (type != hw_execute);
370 if (is_watchpoint)
[all...]
H A Daarch64-linux-hw-point.c48 debug_reg_change_callback (struct lwp_info *lwp, int is_watchpoint, argument
71 dr_changed_ptr = is_watchpoint ? &info->dr_changed_wp
76 && (idx <= (is_watchpoint ? aarch64_num_wp_regs
107 int is_watchpoint, unsigned int idx)
114 is_watchpoint,
171 1 /* is_watchpoint */, i);
106 aarch64_notify_debug_reg_change(ptid_t ptid, int is_watchpoint, unsigned int idx) argument
H A Daarch64-hw-point.h102 void aarch64_notify_debug_reg_change (ptid_t ptid, int is_watchpoint,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Daarch64-linux-hw-point.c140 aarch64_point_is_aligned (int is_watchpoint, CORE_ADDR addr, int len) argument
144 if (is_watchpoint)
288 debug_reg_change_callback (struct lwp_info *lwp, int is_watchpoint, argument
311 dr_changed_ptr = is_watchpoint ? &info->dr_changed_wp
316 && (idx <= (is_watchpoint ? aarch64_num_wp_regs
347 int is_watchpoint, unsigned int idx)
354 is_watchpoint,
410 aarch64_notify_debug_reg_change (state, 1 /* is_watchpoint */, i);
423 int i, idx, num_regs, is_watchpoint; local
428 is_watchpoint
346 aarch64_notify_debug_reg_change(const struct aarch64_debug_reg_state *state, int is_watchpoint, unsigned int idx) argument
503 int i, num_regs, is_watchpoint; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daarch64-fbsd-nat.c292 int is_watchpoint, unsigned int idx)
343 int is_watchpoint, unsigned int idx)
291 aarch64_notify_debug_reg_change(ptid_t ptid, int is_watchpoint, unsigned int idx) argument
342 aarch64_notify_debug_reg_change(ptid_t ptid, int is_watchpoint, unsigned int idx) argument
H A Dbreakpoint.h991 extern bool is_watchpoint (const struct breakpoint *bpt);
H A Dbreakpoint.c1014 if (is_watchpoint (b))
1040 if (is_watchpoint (b))
1809 is_watchpoint (const struct breakpoint *bpt)
5482 if (is_watchpoint (b))
5502 if (is_watchpoint (b))
6415 if (is_watchpoint (b))
6660 if (is_watchpoint (b))
6984 int num_printed = breakpoint_1 (args, false, is_watchpoint);
8049 if (is_watchpoint (b) && breakpoint_enabled (b))
8060 if (is_watchpoint (
1807 is_watchpoint (const struct breakpoint *bpt) function
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbreakpoint.h875 extern bool is_watchpoint (const struct breakpoint *bpt);
H A Dbreakpoint.c844 if (is_watchpoint (b))
863 if (is_watchpoint (b))
1533 is_watchpoint (const struct breakpoint *bpt)
5143 if (is_watchpoint (b))
5164 if (is_watchpoint (b))
6021 if (is_watchpoint (b))
6254 if (is_watchpoint (b))
6568 int num_printed = breakpoint_1 (args, false, is_watchpoint);
8348 if (is_watchpoint (b) && breakpoint_enabled (b))
8363 if (is_watchpoint (
1531 is_watchpoint (const struct breakpoint *bpt) function
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-breakpoint.c405 if (!is_watchpoint (obj->bp))
600 if (is_watchpoint (self_bp->bp))
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-breakpoint.c466 if (!is_watchpoint (obj->bp))
659 if (is_watchpoint (self_bp->bp))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-breakpoint.c862 if (!is_watchpoint (bp_smob->bp))
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-breakpoint.c882 if (!is_watchpoint (bp_smob->bp))

Completed in 393 milliseconds