Searched refs:current_watches (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dmips-linux-watch.h111 void mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches,
H A Dmips-linux-watch.c325 mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches, argument
338 w = current_watches;
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dmips-linux-watch.h111 void mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches,
H A Dmips-linux-watch.c318 mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches, argument
331 w = current_watches;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-mips-low.cc236 struct mips_watchpoint *current_watches; member in struct:arch_process_info
449 pw = &priv->current_watches;
491 for (wp = parent_private->current_watches; wp != NULL; wp = wp->next)
565 mips_linux_watch_populate_regs (priv->current_watches, &regs);
603 pw = &priv->current_watches;
624 mips_linux_watch_populate_regs (priv->current_watches,
702 for (watch = priv->current_watches;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-linux-nat.c498 static struct mips_watchpoint *current_watches; variable in typeref:struct:mips_watchpoint
688 mips_linux_watch_populate_regs (current_watches, &regs);
702 pw = &current_watches;
733 pw = &current_watches;
754 mips_linux_watch_populate_regs (current_watches, &watch_mirror);
773 /* Clean out the current_watches list. */
774 w = current_watches;
781 current_watches = NULL;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-mips-low.cc236 struct mips_watchpoint *current_watches; member in struct:arch_process_info
449 pw = &priv->current_watches;
491 for (wp = parent_private->current_watches; wp != NULL; wp = wp->next)
565 mips_linux_watch_populate_regs (priv->current_watches, &regs);
603 pw = &priv->current_watches;
624 mips_linux_watch_populate_regs (priv->current_watches,
702 for (watch = priv->current_watches;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-linux-nat.c498 static struct mips_watchpoint *current_watches; variable in typeref:struct:mips_watchpoint
686 mips_linux_watch_populate_regs (current_watches, &regs);
700 pw = &current_watches;
731 pw = &current_watches;
752 mips_linux_watch_populate_regs (current_watches, &watch_mirror);
771 /* Clean out the current_watches list. */
772 w = current_watches;
779 current_watches = NULL;

Completed in 93 milliseconds