| /src/external/gpl3/gdb/dist/gdb/nat/ |
| mips-linux-watch.h | 111 void mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches,
|
| mips-linux-watch.c | 314 watches CURRENT_WATCHES. */ 317 mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches, 330 w = current_watches;
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| mips-linux-watch.h | 111 void mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches,
|
| mips-linux-watch.c | 314 watches CURRENT_WATCHES. */ 317 mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches, 330 w = current_watches;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| mips-linux-nat.c | 501 static struct mips_watchpoint *current_watches; variable in typeref:struct:mips_watchpoint 689 mips_linux_watch_populate_regs (current_watches, ®s); 703 pw = ¤t_watches; 734 pw = ¤t_watches; 755 mips_linux_watch_populate_regs (current_watches, &watch_mirror); 774 /* Clean out the current_watches list. */ 775 w = current_watches; 782 current_watches = NULL;
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-mips-low.cc | 235 struct mips_watchpoint *current_watches; member in struct:arch_process_info 448 pw = &priv->current_watches; 490 for (wp = parent_private->current_watches; wp != NULL; wp = wp->next) 563 mips_linux_watch_populate_regs (priv->current_watches, ®s); 601 pw = &priv->current_watches; 622 mips_linux_watch_populate_regs (priv->current_watches, 700 for (watch = priv->current_watches;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| mips-linux-nat.c | 501 static struct mips_watchpoint *current_watches; variable in typeref:struct:mips_watchpoint 689 mips_linux_watch_populate_regs (current_watches, ®s); 703 pw = ¤t_watches; 734 pw = ¤t_watches; 755 mips_linux_watch_populate_regs (current_watches, &watch_mirror); 774 /* Clean out the current_watches list. */ 775 w = current_watches; 782 current_watches = NULL;
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-mips-low.cc | 235 struct mips_watchpoint *current_watches; member in struct:arch_process_info 448 pw = &priv->current_watches; 490 for (wp = parent_private->current_watches; wp != NULL; wp = wp->next) 564 mips_linux_watch_populate_regs (priv->current_watches, ®s); 602 pw = &priv->current_watches; 623 mips_linux_watch_populate_regs (priv->current_watches, 701 for (watch = priv->current_watches;
|