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

  /src/external/gpl3/gdb/dist/gdb/
mips-linux-nat.c 506 static struct pt_watch_regs watch_mirror; variable in typeref:struct:pt_watch_regs
529 mips_linux_watch_get_watchlo (&watch_mirror,
532 mips_linux_watch_get_watchhi (&watch_mirror,
642 if (ptrace (PTRACE_SET_WATCH_REGS, tid, &watch_mirror, NULL) == -1)
661 if (ptrace (PTRACE_SET_WATCH_REGS, tid, &watch_mirror, NULL) == -1)
708 watch_mirror = regs;
754 watch_mirror = watch_readback;
755 mips_linux_watch_populate_regs (current_watches, &watch_mirror);
  /src/external/gpl3/gdb/dist/gdbserver/
linux-mips-low.cc 240 struct pt_watch_regs watch_mirror; member in struct:arch_process_info
493 child_private->watch_mirror = parent_private->watch_mirror;
510 if (mips_linux_watch_get_num_valid (&priv->watch_mirror) > 0)
516 &priv->watch_mirror, NULL))
574 priv->watch_mirror = regs;
621 priv->watch_mirror = priv->watch_readback;
623 &priv->watch_mirror);
  /src/external/gpl3/gdb.old/dist/gdb/
mips-linux-nat.c 506 static struct pt_watch_regs watch_mirror; variable in typeref:struct:pt_watch_regs
529 mips_linux_watch_get_watchlo (&watch_mirror,
532 mips_linux_watch_get_watchhi (&watch_mirror,
642 if (ptrace (PTRACE_SET_WATCH_REGS, tid, &watch_mirror, NULL) == -1)
661 if (ptrace (PTRACE_SET_WATCH_REGS, tid, &watch_mirror, NULL) == -1)
708 watch_mirror = regs;
754 watch_mirror = watch_readback;
755 mips_linux_watch_populate_regs (current_watches, &watch_mirror);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-mips-low.cc 240 struct pt_watch_regs watch_mirror; member in struct:arch_process_info
493 child_private->watch_mirror = parent_private->watch_mirror;
510 if (mips_linux_watch_get_num_valid (&priv->watch_mirror) > 0)
516 &priv->watch_mirror, NULL))
575 priv->watch_mirror = regs;
622 priv->watch_mirror = priv->watch_readback;
624 &priv->watch_mirror);

Completed in 26 milliseconds