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

1 2

  /src/external/gpl3/gdb/dist/gdbsupport/
break-common.h 26 hw_read = 1, /* Read HW watchpoint */ enumerator in enum:target_hw_bp_type
  /src/external/gpl3/gdb.old/dist/gdbsupport/
break-common.h 26 hw_read = 1, /* Read HW watchpoint */ enumerator in enum:target_hw_bp_type
  /src/external/gpl3/gdb/dist/gdb/nat/
x86-dregs.c 224 : (type == hw_read ? "data-read"
262 case hw_read:
514 if (type == hw_read)
loongarch-hw-point.c 49 case hw_read:
285 : (type == hw_read ? "hw-read-watchpoint"
aarch64-hw-point.c 86 return hw_read;
118 case hw_read:
589 : (type == hw_read ? "hw-read-watchpoint"
mips-linux-watch.c 199 case hw_read:
  /src/external/gpl3/gdb.old/dist/gdb/nat/
x86-dregs.c 224 : (type == hw_read ? "data-read"
262 case hw_read:
514 if (type == hw_read)
aarch64-hw-point.c 86 return hw_read;
118 case hw_read:
589 : (type == hw_read ? "hw-read-watchpoint"
mips-linux-watch.c 199 case hw_read:
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-breakpoint.c 393 case hw_read:
486 else if (access_type == hw_read)
1198 { "WP_READ", hw_read },
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-breakpoint.c 393 case hw_read:
486 else if (access_type == hw_read)
1198 { "WP_READ", hw_read },
  /src/external/gpl3/gdb/dist/gdb/
ia64-linux-nat.c 618 case hw_read:
mips-linux-nat.c 520 : (type == hw_read ? "data-read"
arm-linux-nat.c 926 if (type == hw_read)
ppc-linux-nat.c 2283 if (type == hw_read)
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
2661 case hw_read:
breakpoint.c 2329 type = hw_read;
3176 if (val == 1 && bl->watchpoint_type == hw_read)
3201 bl->watchpoint_type = hw_read;
5593 if (bl->watchpoint_type == hw_read)
7367 duplicates of hw_read locations. The hw_read locations will
10292 hw_read: watch read,
10516 if (accessflag == hw_read)
10816 watch_command_1 (arg, hw_read, from_tty, 0, internal);
10822 watch_maybe_just_location (arg, hw_read, from_tty)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-linux-nat.c 619 case hw_read:
mips-linux-nat.c 520 : (type == hw_read ? "data-read"
arm-linux-nat.c 918 if (type == hw_read)
ppc-linux-nat.c 2283 if (type == hw_read)
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
2661 case hw_read:
nto-procfs.c 1522 case hw_read:
  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 131 { "WP_READ", hw_read},
1043 else if (access_type == hw_read)
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 131 { "WP_READ", hw_read},
1043 else if (access_type == hw_read)
  /src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc 251 return hw_read;
  /src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc 251 return hw_read;

Completed in 76 milliseconds

1 2