HomeSort by: relevance | last modified time | path
    Searched refs:current_watches (Results 1 - 8 of 8) sorted by relevancy

  /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, &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;
  /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, &regs);
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, &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;
  /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, &regs);
602 pw = &priv->current_watches;
623 mips_linux_watch_populate_regs (priv->current_watches,
701 for (watch = priv->current_watches;

Completed in 26 milliseconds