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

  /src/external/gpl3/gdb/dist/gdb/
remote.c 1259 ptid_t get_current_thread (const char *wait_status);
4808 remote_target::get_current_thread (const char *wait_status)
4845 ptid_t curr_ptid = get_current_thread (wait_status);
5303 ptid_t curr_thread = get_current_thread (wait_status);
4801 remote_target::get_current_thread (const char *wait_status) function in class:remote_target
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 1229 ptid_t get_current_thread (const char *wait_status);
4784 remote_target::get_current_thread (const char *wait_status)
4821 ptid_t curr_ptid = get_current_thread (wait_status);
5279 ptid_t curr_thread = get_current_thread (wait_status);
4777 remote_target::get_current_thread (const char *wait_status) function in class:remote_target

Completed in 42 milliseconds