| /src/external/gpl3/gdb/dist/gdb/nat/ |
| fork-inferior.c | 470 ptid_t event_ptid; local 473 event_ptid = target_wait (resume_ptid, &ws, 0); 478 *last_ptid = event_ptid; 497 target_mourn_inferior (event_ptid); 505 target_mourn_inferior (event_ptid); 516 switch_to_thread (proc_target, event_ptid); 523 switch_to_thread (proc_target, event_ptid);
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| fork-inferior.c | 476 ptid_t event_ptid; local 479 event_ptid = target_wait (resume_ptid, &ws, 0); 484 *last_ptid = event_ptid; 503 target_mourn_inferior (event_ptid); 511 target_mourn_inferior (event_ptid); 522 switch_to_thread (proc_target, event_ptid); 529 switch_to_thread (proc_target, event_ptid);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ravenscar-thread.c | 423 ptid_t event_ptid; local 427 event_ptid = beneath->wait (ptid, status, 0); 439 m_base_ptid = event_ptid; 445 return event_ptid;
|
| amd-dbgapi-target.c | 1158 ptid_t event_ptid = make_gpu_ptid (pid, wave_id); local 1199 thread_info *thread = proc_target->find_thread (event_ptid); 1201 thread = add_gpu_thread (inf, event_ptid); 1223 info->wave_events.emplace_back (event_ptid, ws); 1409 ptid_t event_ptid = beneath ()->wait (ptid, ws, target_options); local 1410 if (event_ptid != minus_one_ptid) 1416 while (consume_one_event (event_ptid.pid ()).first 1420 return event_ptid; 1447 std::tie (event_ptid, gpu_waitstatus) = consume_one_event (ptid.pid ()); 1448 if (event_ptid == minus_one_ptid [all...] |
| linux-nat.c | 3586 ptid_t event_ptid; 3609 event_ptid = linux_nat_wait_1 (ptid, ourstatus, target_options); 3620 return event_ptid; 3580 ptid_t event_ptid; local
|
| target.c | 2579 ptid_t event_ptid = null_ptid; local 2580 SCOPE_EXIT { gdb::observers::target_post_wait.notify (event_ptid); }; 2582 event_ptid = target->wait (ptid, status, options); 2584 return event_ptid;
|
| infrun.c | 5240 ptid_t event_ptid; 5250 event_ptid = target_wait (minus_one_ptid, ws, TARGET_WNOHANG); 5253 print_target_wait_results (minus_one_ptid, event_ptid, *ws); 5255 return event_ptid; 5383 ptid_t event_ptid, 5407 mark_ptid = ptid_t (event_ptid.pid ()); 5410 mark_ptid = event_ptid; 5234 ptid_t event_ptid; local
|
| remote.c | 4933 ptid_t event_ptid; 4937 event_ptid = target_wait (waiton_ptid, &ws, TARGET_WNOHANG); 4939 print_target_wait_results (waiton_ptid, event_ptid, ws); 4959 thread_info *evthread = this->find_thread (event_ptid); 4977 set_executing (this, event_ptid, false); 4978 set_running (this, event_ptid, false); 8688 ptid_t event_ptid = null_ptid; 8702 event_ptid = process_stop_reply (std::move (stop_reply), status); 8769 event_ptid = process_stop_reply (std::move (stop_reply), status); 8812 if (event_ptid != null_ptid 4926 ptid_t event_ptid; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ravenscar-thread.c | 424 ptid_t event_ptid; local 428 event_ptid = beneath->wait (ptid, status, 0); 440 m_base_ptid = event_ptid; 446 return event_ptid;
|
| amd-dbgapi-target.c | 1158 ptid_t event_ptid = make_gpu_ptid (pid, wave_id); local 1199 thread_info *thread = proc_target->find_thread (event_ptid); 1201 thread = add_gpu_thread (inf, event_ptid); 1223 info->wave_events.emplace_back (event_ptid, ws); 1409 ptid_t event_ptid = beneath ()->wait (ptid, ws, target_options); local 1410 if (event_ptid != minus_one_ptid) 1416 while (consume_one_event (event_ptid.pid ()).first 1420 return event_ptid; 1447 std::tie (event_ptid, gpu_waitstatus) = consume_one_event (ptid.pid ()); 1448 if (event_ptid == minus_one_ptid [all...] |
| linux-nat.c | 3586 ptid_t event_ptid; 3609 event_ptid = linux_nat_wait_1 (ptid, ourstatus, target_options); 3620 return event_ptid; 3580 ptid_t event_ptid; local
|
| target.c | 2579 ptid_t event_ptid = target->wait (ptid, status, options); local 2580 gdb::observers::target_post_wait.notify (event_ptid); 2581 return event_ptid;
|
| infrun.c | 5235 ptid_t event_ptid; 5245 event_ptid = target_wait (minus_one_ptid, ws, TARGET_WNOHANG); 5248 print_target_wait_results (minus_one_ptid, event_ptid, *ws); 5250 return event_ptid; 5378 ptid_t event_ptid, 5402 mark_ptid = ptid_t (event_ptid.pid ()); 5405 mark_ptid = event_ptid; 5229 ptid_t event_ptid; local
|
| remote.c | 4909 ptid_t event_ptid; 4913 event_ptid = target_wait (waiton_ptid, &ws, TARGET_WNOHANG); 4915 print_target_wait_results (waiton_ptid, event_ptid, ws); 4935 thread_info *evthread = this->find_thread (event_ptid); 4953 set_executing (this, event_ptid, false); 4954 set_running (this, event_ptid, false); 8647 ptid_t event_ptid = null_ptid; 8661 event_ptid = process_stop_reply (std::move (stop_reply), status); 8728 event_ptid = process_stop_reply (std::move (stop_reply), status); 8771 if (event_ptid != null_ptid 4902 ptid_t event_ptid; local [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-low.cc | 726 ptid_t event_ptid; local 733 event_ptid = event_thr->id; 734 event_pid = event_ptid.pid (); 746 event_lwp = add_lwp (event_ptid); 3647 ptid_t event_ptid; local 3655 event_ptid = wait_1 (ptid, ourstatus, target_options); 3664 && event_ptid != null_ptid) 3667 return event_ptid;
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-low.cc | 728 ptid_t event_ptid; local 735 event_ptid = ptid_of (event_thr); 736 event_pid = event_ptid.pid (); 748 event_lwp = add_lwp (event_ptid); 3654 ptid_t event_ptid; local 3662 event_ptid = wait_1 (ptid, ourstatus, target_options); 3671 && event_ptid != null_ptid) 3674 return event_ptid;
|