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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dmips-linux-watch.h93 struct mips_watchpoint struct
98 struct mips_watchpoint *next;
111 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,
328 struct mips_watchpoint *w;
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dmips-linux-watch.h93 struct mips_watchpoint struct
98 struct mips_watchpoint *next;
111 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,
321 struct mips_watchpoint *w;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-mips-low.cc236 struct mips_watchpoint *current_watches;
434 /* Create a new mips_watchpoint and add it to the list. */
440 struct mips_watchpoint *new_watch;
441 struct mips_watchpoint **pw;
443 new_watch = XNEW (struct mips_watchpoint);
463 struct mips_watchpoint *wp;
597 struct mips_watchpoint **pw;
598 struct mips_watchpoint *w;
694 struct mips_watchpoint *watch;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-linux-nat.c498 static struct mips_watchpoint *current_watches;
673 struct mips_watchpoint *new_watch;
674 struct mips_watchpoint **pw;
696 new_watch = XNEW (struct mips_watchpoint);
727 struct mips_watchpoint **pw;
728 struct mips_watchpoint *w;
770 struct mips_watchpoint *w;
771 struct mips_watchpoint *nw;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-mips-low.cc236 struct mips_watchpoint *current_watches;
434 /* Create a new mips_watchpoint and add it to the list. */
440 struct mips_watchpoint *new_watch;
441 struct mips_watchpoint **pw;
443 new_watch = XNEW (struct mips_watchpoint);
463 struct mips_watchpoint *wp;
597 struct mips_watchpoint **pw;
598 struct mips_watchpoint *w;
694 struct mips_watchpoint *watch;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-linux-nat.c498 static struct mips_watchpoint *current_watches;
671 struct mips_watchpoint *new_watch;
672 struct mips_watchpoint **pw;
694 new_watch = XNEW (struct mips_watchpoint);
725 struct mips_watchpoint **pw;
726 struct mips_watchpoint *w;
768 struct mips_watchpoint *w;
769 struct mips_watchpoint *nw;

Completed in 114 milliseconds