HomeSort by: relevance | last modified time | path
    Searched refs:hw_execute (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
break-common.h 28 hw_execute = 3 /* Execute HW breakpoint */ enumerator in enum:target_hw_bp_type
  /src/external/gpl3/gdb.old/dist/gdbsupport/
break-common.h 28 hw_execute = 3 /* Execute HW breakpoint */ enumerator in enum:target_hw_bp_type
  /src/external/gpl3/gdb/dist/gdb/
aarch64-nat.c 109 const enum target_hw_bp_type type = hw_execute;
142 const enum target_hw_bp_type type = hw_execute;
182 gdb_assert (type != hw_execute);
213 gdb_assert (type != hw_execute);
x86-nat.c 160 return x86_dr_insert_watchpoint (state, hw_execute,
174 return x86_dr_remove_watchpoint (state, hw_execute,
loongarch-linux-nat.c 539 gdb_assert (type != hw_execute);
572 gdb_assert (type != hw_execute);
638 const enum target_hw_bp_type type = hw_execute;
671 const enum target_hw_bp_type type = hw_execute;
mips-linux-nat.c 522 : (type == hw_execute ? "instruction-execute"
procfs.c 2981 case hw_execute: /* execution HW breakpoint */
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-nat.c 109 const enum target_hw_bp_type type = hw_execute;
142 const enum target_hw_bp_type type = hw_execute;
182 gdb_assert (type != hw_execute);
213 gdb_assert (type != hw_execute);
x86-nat.c 160 return x86_dr_insert_watchpoint (state, hw_execute,
174 return x86_dr_remove_watchpoint (state, hw_execute,
mips-linux-nat.c 522 : (type == hw_execute ? "instruction-execute"
procfs.c 2976 case hw_execute: /* execution HW breakpoint */
  /src/external/gpl3/gdb/dist/gdb/nat/
loongarch-hw-point.c 55 case hw_execute:
81 if (type != hw_execute) {
105 is_watchpoint = (type != hw_execute);
180 is_watchpoint = (type != hw_execute);
287 : (type == hw_execute ? "hw-breakpoint"
aarch64-hw-point.c 94 return hw_execute;
124 case hw_execute:
311 is_watchpoint = (type != hw_execute);
392 is_watchpoint = (type != hw_execute);
591 : (type == hw_execute ? "hw-breakpoint"
668 if (type == hw_execute)
x86-dregs.c 226 : (type == hw_execute ? "instruction-execute"
256 case hw_execute:
726 x86_show_dr (state, "watchpoint_hit", addr, -1, hw_execute);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-hw-point.c 94 return hw_execute;
124 case hw_execute:
311 is_watchpoint = (type != hw_execute);
392 is_watchpoint = (type != hw_execute);
591 : (type == hw_execute ? "hw-breakpoint"
668 if (type == hw_execute)
x86-dregs.c 226 : (type == hw_execute ? "instruction-execute"
256 case hw_execute:
726 x86_show_dr (state, "watchpoint_hit", addr, -1, hw_execute);
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 448 if (targ_type != hw_execute)
500 if (targ_type != hw_execute)
mem-break.cc 247 return hw_execute;
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 448 if (targ_type != hw_execute)
500 if (targ_type != hw_execute)
mem-break.cc 247 return hw_execute;

Completed in 52 milliseconds