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

/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.c317 mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches, argument
330 w = current_watches;
/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.c318 mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches, argument
331 w = current_watches;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-mips-low.cc235 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, &regs);
602 pw = &priv->current_watches;
623 mips_linux_watch_populate_regs (priv->current_watches,
701 for (watch = priv->current_watches;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-linux-nat.c501 static struct mips_watchpoint *current_watches; variable in typeref:struct:mips_watchpoint
689 mips_linux_watch_populate_regs (current_watches, &regs);
703 pw = &current_watches;
734 pw = &current_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;
/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
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;
/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;

Completed in 151 milliseconds