Home
last modified time | relevance | path

Searched refs:target_find_new_threads (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dthread.c266 target_find_new_threads (); in do_captured_list_thread_ids()
414 target_find_new_threads (); in info_threads_command()
526 target_find_new_threads (); in thread_apply_all_command()
H A Dtarget.h802 #define target_find_new_threads() \ macro
H A DChangeLog-19997145 (target_find_new_threads): define.
7149 * thread.c (target_find_new_threads): rename: local_find_new_threads.
7150 (info_threads_command): call target_find_new_threads by new method,
8053 * thread.c (target_find_new_threads): Make static. Add prototype.
H A DChangeLog-20008102 (target_find_new_threads): simplify macro. Cleanup comments.
H A DChangeLog-2002237 target_find_new_threads. Fix for PR mi/669.