Home
last modified time | relevance | path

Searched refs:non_exited_threads (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Delf-none-tdep.c102 for (thread_info *thr : current_inferior ()->non_exited_threads ()) in elf_none_make_corefile_notes()
Dx86-bsd-nat.c89 for (thread_info *thread : current_inferior ()->non_exited_threads ()) in x86bsd_dr_set()
Daarch64-fbsd-nat.c296 for (thread_info *tp : current_inferior ()->non_exited_threads ()) in aarch64_notify_debug_reg_change()
Dthread.c676 for (thread_info *tp : inf->non_exited_threads ()) in any_thread_of_inferior()
703 for (thread_info *tp : inf->non_exited_threads ()) in any_live_thread_of_inferior()
2134 for (thread_info *tp : inf->non_exited_threads ()) in update_threads_executing()
2248 int_val = current_inferior ()->non_exited_threads ().size (); in inferior_thread_count_make_value()
Dinfcmd.c237 current_inferior ()->non_exited_threads ()); in post_create_inferior()
460 current_inferior ()->non_exited_threads ()); in run_command_1()
2477 for (thread_info *thread : inf->non_exited_threads ()) in proceed_after_attach()
2586 for (thread_info *thread : current_inferior ()->non_exited_threads ()) in attach_post_wait()
2649 current_inferior ()->non_exited_threads ()); in attach_command()
Dinferior.c106 for (thread_info *thread : this->non_exited_threads ()) in unpush_target()
459 for (thread_info *tp ATTRIBUTE_UNUSED : inf->non_exited_threads ()) in number_of_live_inferiors()
Drecord-btrace.c398 for (thread_info *tp : current_inferior ()->non_exited_threads ()) in record_btrace_target_open()
420 for (thread_info *tp : current_inferior ()->non_exited_threads ()) in stop_recording()
454 for (thread_info *tp : current_inferior ()->non_exited_threads ()) in close()
2622 for (thread_info *tp : current_inferior ()->non_exited_threads ()) in wait()
2858 for (thread_info *tp : current_inferior ()->non_exited_threads ()) in record_stop_replaying()
Dinferior.h485 inf_non_exited_threads_range non_exited_threads () in non_exited_threads() function
Dgcore.c852 for (thread_info *thr : current_inferior ()->non_exited_threads ()) in gcore_find_signalled_thread()
Dnetbsd-nat.c479 for (thread_info *tp : inf->non_exited_threads ()) in nbsd_resume()
Dfbsd-nat.c1205 for (thread_info *tp : inf->non_exited_threads ()) in resume_one_process()
1889 for (thread_info *tp : inf->non_exited_threads ()) in detach_fork_children()
Dlinux-thread-db.c1713 for (thread_info *tp : inf->non_exited_threads ()) in thread_handle_to_thread_info()
Dfbsd-tdep.c728 for (thread_info *thr : current_inferior ()->non_exited_threads ()) in fbsd_make_corefile_notes()
Dinfrun.c4317 for (thread_info *thr : inf->non_exited_threads ()) in prepare_for_detach()
5441 for (thread_info *tp : inf->non_exited_threads ()) in handle_one()
6032 auto range = inf->non_exited_threads (); in handle_thread_exited()
Dlinux-tdep.c2106 for (thread_info *thr : current_inferior ()->non_exited_threads ()) in linux_make_corefile_notes()
Dtarget.c3766 for (thread_info *thr : inf->non_exited_threads ()) in target_pass_ctrlc()
Dremote.c4249 for (thread_info *tp ATTRIBUTE_UNUSED : inf->non_exited_threads ()) in has_single_non_exited_thread()
6440 for (thread_info *thread : inf->non_exited_threads ()) in remote_detach_1()
10496 for (thread_info *thread : inf->non_exited_threads ()) in kill_new_fork_children()
DChangeLog-2018899 ALL_NON_EXITED_THREADS with inf->non_exited_threads.
901 ALL_NON_EXITED_THREADS with inf->non_exited_threads.
938 <threads, non_exited_threads, threads_safe>: New methods.
962 (kill_unfollowed_fork_children): Use inf->non_exited_threads
965 inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
969 inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
1036 inf->non_exited_threads().
1049 * x86-bsd-nat.c (x86bsd_dr_set): Use inf->non_exited_threads ().
DChangeLog-202012308 ()->non_exited_threads ().