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

  /src/external/gpl3/gdb/dist/gdbserver/
server.h 177 ptid_t last_ptid; member in struct:client_state
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.h 178 ptid_t last_ptid; member in struct:client_state
  /src/external/gpl3/gdb/dist/gdb/
infcmd.c 695 ptid_t last_ptid;
697 get_last_target_status (&last_target, &last_ptid, nullptr);
698 tp = last_target->find_thread (last_ptid);
694 ptid_t last_ptid; local
windows-nat.c 1821 ptid_t last_ptid; local
1827 last_ptid = this->wait (minus_one_ptid, &status, 0);
1838 switch_to_thread (this->find_thread (last_ptid));
linux-nat.c 1358 ptid_t last_ptid;
1361 get_last_target_status (&last_target, &last_ptid, nullptr);
1364 && lp->ptid.lwp () == last_ptid.lwp ())
1352 ptid_t last_ptid; local
  /src/external/gpl3/gdb.old/dist/gdb/
infcmd.c 694 ptid_t last_ptid;
696 get_last_target_status (&last_target, &last_ptid, nullptr);
697 tp = last_target->find_thread (last_ptid);
693 ptid_t last_ptid; local
windows-nat.c 1939 ptid_t last_ptid; local
1945 last_ptid = this->wait (minus_one_ptid, &status, 0);
1956 switch_to_thread (this->find_thread (last_ptid));
linux-nat.c 1358 ptid_t last_ptid;
1361 get_last_target_status (&last_target, &last_ptid, nullptr);
1364 && lp->ptid.lwp () == last_ptid.lwp ())
1352 ptid_t last_ptid; local

Completed in 37 milliseconds