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

  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc 489 ptid_t inferior_ptid = current_thread->id; local
495 int res = ptrace (regset->get_request, inferior_ptid.pid (), buf.data (),
496 inferior_ptid.lwp ());
510 ptid_t inferior_ptid = current_thread->id; local
516 int res = ptrace (regset->get_request, inferior_ptid.pid (), buf.data (),
517 inferior_ptid.lwp ());
524 res = ptrace (regset->set_request, inferior_ptid.pid (), buf. data (),
525 inferior_ptid.lwp ());
557 ptid_t inferior_ptid = get_first_thread ()->id; local
559 ::kill (inferior_ptid.pid (), SIGINT)
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc 487 ptid_t inferior_ptid = current_thread->id; local
493 int res = ptrace (regset->get_request, inferior_ptid.pid (), buf.data (),
494 inferior_ptid.lwp ());
508 ptid_t inferior_ptid = current_thread->id; local
514 int res = ptrace (regset->get_request, inferior_ptid.pid (), buf.data (),
515 inferior_ptid.lwp ());
522 res = ptrace (regset->set_request, inferior_ptid.pid (), buf. data (),
523 inferior_ptid.lwp ());
555 ptid_t inferior_ptid = get_first_thread ()->id; local
557 ::kill (inferior_ptid.pid (), SIGINT)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
infcmd.c 74 ptid_t inferior_ptid; variable
319 if (inferior_ptid != null_ptid && target_has_execution ())
567 if (inferior_ptid == null_ptid
746 inferior_ptid value. */
747 gdb_assert (inferior_ptid == tp->ptid);
932 inferior_ptid value. */
933 gdb_assert (inferior_ptid == tp->ptid);
1927 if (inferior_ptid == null_ptid)
2451 /* FIXME: This should not really be inferior_ptid (or target_has_execution).
2455 if (inferior_ptid == null_ptid
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
infcmd.c 75 ptid_t inferior_ptid; variable
322 if (inferior_ptid != null_ptid && target_has_execution ())
564 if (inferior_ptid == null_ptid
743 inferior_ptid value. */
744 gdb_assert (inferior_ptid == tp->ptid);
929 inferior_ptid value. */
930 gdb_assert (inferior_ptid == tp->ptid);
1924 if (inferior_ptid == null_ptid)
2449 /* FIXME: This should not really be inferior_ptid (or target_has_execution).
2453 if (inferior_ptid == null_ptid
    [all...]

Completed in 25 milliseconds