| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| loongarch-hw-point.c | 100 int i, idx, num_regs, is_watchpoint; local 105 is_watchpoint = (type != hw_execute); 106 if (is_watchpoint) 155 loongarch_notify_debug_reg_change (ptid, is_watchpoint, idx); 175 int i, num_regs, is_watchpoint; local 180 is_watchpoint = (type != hw_execute); 181 if (is_watchpoint) 217 loongarch_notify_debug_reg_change (ptid, is_watchpoint, i);
|
| aarch64-hw-point.c | 155 aarch64_point_is_aligned (ptid_t ptid, int is_watchpoint, CORE_ADDR addr, 160 if (is_watchpoint) 306 int i, idx, num_regs, is_watchpoint; local 311 is_watchpoint = (type != hw_execute); 312 gdb_assert (aarch64_point_is_aligned (ptid, is_watchpoint, addr, len)); 313 if (is_watchpoint) 366 aarch64_notify_debug_reg_change (ptid, is_watchpoint, idx); 387 int i, num_regs, is_watchpoint; local 392 is_watchpoint = (type != hw_execute); 393 if (is_watchpoint) [all...] |
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| loongarch-hw-point.c | 100 int i, idx, num_regs, is_watchpoint; local 105 is_watchpoint = (type != hw_execute); 106 if (is_watchpoint) 155 loongarch_notify_debug_reg_change (ptid, is_watchpoint, idx); 175 int i, num_regs, is_watchpoint; local 180 is_watchpoint = (type != hw_execute); 181 if (is_watchpoint) 217 loongarch_notify_debug_reg_change (ptid, is_watchpoint, i);
|
| aarch64-hw-point.c | 155 aarch64_point_is_aligned (ptid_t ptid, int is_watchpoint, CORE_ADDR addr, 160 if (is_watchpoint) 306 int i, idx, num_regs, is_watchpoint; local 311 is_watchpoint = (type != hw_execute); 312 gdb_assert (aarch64_point_is_aligned (ptid, is_watchpoint, addr, len)); 313 if (is_watchpoint) 366 aarch64_notify_debug_reg_change (ptid, is_watchpoint, idx); 387 int i, num_regs, is_watchpoint; local 392 is_watchpoint = (type != hw_execute); 393 if (is_watchpoint) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| breakpoint.c | 1116 if (is_watchpoint (b)) 1142 if (is_watchpoint (b)) 2021 is_watchpoint (const struct breakpoint *bpt) 5708 if (is_watchpoint (b)) 5728 if (is_watchpoint (b)) 6644 if (is_watchpoint (b)) 6904 if (is_watchpoint (b)) 7229 int num_printed = breakpoint_1 (args, false, is_watchpoint); 8387 if (is_watchpoint (&b) && breakpoint_enabled (&b)) 8398 if (is_watchpoint (&b) && b.enable_state == bp_call_disabled 2019 is_watchpoint (const struct breakpoint *bpt) function [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| breakpoint.c | 1123 if (is_watchpoint (b)) 1149 if (is_watchpoint (b)) 2033 is_watchpoint (const struct breakpoint *bpt) 5719 if (is_watchpoint (b)) 5739 if (is_watchpoint (b)) 6676 if (is_watchpoint (b)) 6936 if (is_watchpoint (b)) 7261 int num_printed = breakpoint_1 (args, false, is_watchpoint); 8416 if (is_watchpoint (&b) && breakpoint_enabled (&b)) 8427 if (is_watchpoint (&b) && b.enable_state == bp_call_disabled 2031 is_watchpoint (const struct breakpoint *bpt) function [all...] |