HomeSort by: relevance | last modified time | path
    Searched refs:hw_write (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdbsupport/
break-common.h 25 hw_write = 0, /* Common HW watchpoint */ enumerator in enum:target_hw_bp_type
  /src/external/gpl3/gdb.old/dist/gdbsupport/
break-common.h 25 hw_write = 0, /* Common HW watchpoint */ enumerator in enum:target_hw_bp_type
  /src/external/gpl3/gdb/dist/gdb/nat/
x86-dregs.c 223 type == hw_write ? "data-write"
259 case hw_write:
593 addr, len, hw_write);
666 x86_show_dr (state, "watchpoint_hit", addr, -1, hw_write);
671 x86_show_dr (state, "stopped_data_addr", 0, 0, hw_write);
aarch64-hw-point.c 88 return hw_write;
115 case hw_write:
588 type == hw_write ? "hw-write-watchpoint"
676 /* Phase 0: No hw_write. */
677 if (type == hw_write)
682 /* Phase 1: Only hw_write. */
683 if (type != hw_write)
715 so we only do this for hw_write watchpoints. */
716 const CORE_ADDR max_access_size = type == hw_write ? 16 : 8;
loongarch-hw-point.c 46 case hw_write:
284 type == hw_write ? "hw-write-watchpoint"
mips-linux-watch.c 197 case hw_write:
  /src/external/gpl3/gdb.old/dist/gdb/nat/
x86-dregs.c 223 type == hw_write ? "data-write"
259 case hw_write:
593 addr, len, hw_write);
666 x86_show_dr (state, "watchpoint_hit", addr, -1, hw_write);
671 x86_show_dr (state, "stopped_data_addr", 0, 0, hw_write);
aarch64-hw-point.c 88 return hw_write;
115 case hw_write:
588 type == hw_write ? "hw-write-watchpoint"
676 /* Phase 0: No hw_write. */
677 if (type == hw_write)
682 /* Phase 1: Only hw_write. */
683 if (type != hw_write)
715 so we only do this for hw_write watchpoints. */
716 const CORE_ADDR max_access_size = type == hw_write ? 16 : 8;
mips-linux-watch.c 197 case hw_write:
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-breakpoint.c 358 int access_type = hw_write;
391 case hw_write:
482 if (access_type == hw_write)
1199 { "WP_WRITE", hw_write },
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-breakpoint.c 358 int access_type = hw_write;
391 case hw_write:
482 if (access_type == hw_write)
1199 { "WP_WRITE", hw_write },
  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 132 { "WP_WRITE", hw_write},
920 int access_type = hw_write;
1039 if (access_type == hw_write)
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 132 { "WP_WRITE", hw_write},
921 int access_type = hw_write;
1039 if (access_type == hw_write)
  /src/external/gpl3/gdb/dist/gdb/
ia64-linux-nat.c 615 case hw_write:
mips-linux-nat.c 519 type == hw_write ? "data-write"
arm-linux-nat.c 928 else if (type == hw_write)
ppc-linux-nat.c 2285 else if (type == hw_write)
2295 hw_read for a read watchpoint, hw_write for a write watchpoint or
2321 are next resumed. RW may be hw_read for a read watchpoint, hw_write
2665 case hw_write:
procfs.c 2972 case hw_write: /* default watchpoint (write) */
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-linux-nat.c 616 case hw_write:
mips-linux-nat.c 519 type == hw_write ? "data-write"
arm-linux-nat.c 920 else if (type == hw_write)
ppc-linux-nat.c 2285 else if (type == hw_write)
2295 hw_read for a read watchpoint, hw_write for a write watchpoint or
2321 are next resumed. RW may be hw_read for a read watchpoint, hw_write
2665 case hw_write:
procfs.c 2967 case hw_write: /* default watchpoint (write) */
  /src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc 249 return hw_write;
  /src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc 249 return hw_write;

Completed in 60 milliseconds

1 2