Searched refs:last_ptid (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dfork-child.cc112 &cs.last_status, &cs.last_ptid);
H A Dserver.h179 ptid_t last_ptid; member in struct:client_state
H A Dserver.cc315 cs.last_ptid = mywait (ptid_t (pid), &cs.last_status, 0, 0);
1276 cs.last_ptid = ptid_t (pid);
2742 cs.last_ptid = thread->id;
2743 prepare_resume_reply (cs.own_buf, cs.last_ptid, &cs.last_status);
2889 cs.last_ptid = mywait (minus_one_ptid, &cs.last_status, 0, 1);
2911 prepare_resume_reply (cs.own_buf, cs.last_ptid, &cs.last_status);
2916 target_mourn_inferior (cs.last_ptid);
2944 prepare_resume_reply (own_buf, cs.last_ptid, &cs.last_status);
3067 prepare_resume_reply (own_buf, cs.last_ptid, &cs.last_status);
3073 cs.general_thread = cs.last_ptid;
[all...]
H A Dwin32-low.cc769 cs.last_ptid = wait (ptid_t (current_process_id), &cs.last_status, 0);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.h179 ptid_t last_ptid; member in struct:client_state
H A Dfork-child.cc118 &cs.last_status, &cs.last_ptid);
H A Dserver.cc321 cs.last_ptid = mywait (ptid_t (pid), &cs.last_status, 0, 0);
1254 cs.last_ptid = ptid_t (pid);
2770 cs.last_ptid = thread->id;
2771 prepare_resume_reply (cs.own_buf, cs.last_ptid, cs.last_status);
2917 cs.last_ptid = mywait (minus_one_ptid, &cs.last_status, 0, 1);
2939 prepare_resume_reply (cs.own_buf, cs.last_ptid, cs.last_status);
2944 target_mourn_inferior (cs.last_ptid);
2972 prepare_resume_reply (own_buf, cs.last_ptid, cs.last_status);
3083 prepare_resume_reply (own_buf, cs.last_ptid, cs.last_status);
3089 cs.general_thread = cs.last_ptid;
[all...]
H A Dwin32-low.cc596 cs.last_ptid = wait (ptid_t (pi.dwProcessId), &cs.last_status, 0);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dfork-inferior.c456 ptid_t *last_ptid)
490 if (last_ptid != NULL)
491 *last_ptid = event_ptid;
454 startup_inferior(process_stratum_target *proc_target, pid_t pid, int ntraps, struct target_waitstatus *last_waitstatus, ptid_t *last_ptid) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dfork-inferior.c453 ptid_t *last_ptid)
486 if (last_ptid != NULL)
487 *last_ptid = event_ptid;
451 startup_inferior(process_stratum_target *proc_target, pid_t pid, int ntraps, struct target_waitstatus *last_waitstatus, ptid_t *last_ptid) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinfcmd.c726 ptid_t last_ptid;
728 get_last_target_status (&last_target, &last_ptid, nullptr);
729 tp = find_thread_ptid (last_target, last_ptid);
725 ptid_t last_ptid; local
H A Dwindows-nat.c2026 ptid_t last_ptid; local
2032 last_ptid = this->wait (minus_one_ptid, &status, 0);
2043 switch_to_thread (find_thread_ptid (this, last_ptid));
H A Dlinux-nat.c1328 ptid_t last_ptid;
1331 get_last_target_status (&last_target, &last_ptid, nullptr);
1334 && lp->ptid.lwp () == last_ptid.lwp ())
1322 ptid_t last_ptid; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinfcmd.c711 ptid_t last_ptid;
713 get_last_target_status (&last_target, &last_ptid, nullptr);
714 tp = find_thread_ptid (last_target, last_ptid);
710 ptid_t last_ptid; local
H A Dwindows-nat.c1930 ptid_t last_ptid; local
1936 last_ptid = this->wait (minus_one_ptid, &status, 0);
1947 switch_to_thread (find_thread_ptid (this, last_ptid));
H A Dlinux-nat.c1249 ptid_t last_ptid;
1252 get_last_target_status (&last_target, &last_ptid, nullptr);
1255 && lp->ptid.lwp () == last_ptid.lwp ())
1243 ptid_t last_ptid; local

Completed in 337 milliseconds