Home
last modified time | relevance | path

Searched refs:check_for_thread_db (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlinux-thread-db.c1265 check_for_thread_db (void) in check_for_thread_db() function
1296 check_for_thread_db (); in thread_db_new_objfile()
1327 check_for_thread_db (); in thread_db_inferior_created()
Dsol-thread.c602 check_for_thread_db (void) in check_for_thread_db() function
670 check_for_thread_db (); in sol_thread_new_objfile()
DChangeLog-2006796 * linux-thread-db.c (check_for_thread_db): Don't attempt to use
2943 (check_for_thread_db): New function, split out from
2946 (thread_db_new_objfile): Call check_for_thread_db.
2948 * linux-nat.c (child_post_attach): Call check_for_thread_db.
2952 * linux-nat.h (check_for_thread_db): New prototype.
DChangeLog-20099348 (check_for_thread_db): Remove conditional reporting of which
9524 (check_for_thread_db): Attempt to load new libthread_db.
9528 Defer loading of libthread_db to check_for_thread_db.
11860 (check_for_thread_db, thread_db_detach, check_event)
11984 (check_for_thread_db): New.
11986 (sol_thread_new_objfile): Call check_for_thread_db.
DChangeLog-20071868 * linux-thread-db.c (check_for_thread_db): Only print if info_verbose.
9597 * linux-thread-db.c (check_for_thread_db): Return early if we have
DChangeLog-20112482 check_for_thread_db.
DChangeLog-20106268 (check_for_thread_db): Delete unused variables.
DChangeLog-2013249 * sol-thread.c (check_for_thread_db): If the target can't run or
DChangeLog-20142405 * sol-thread.c (check_for_thread_db): Adjust.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git179770 check_for_thread_db, for example) is called with inferior 1 as the
179806 But then you may ask: check_for_thread_db is already called today,
179809 because of the first bullet point: when check_for_thread_db /
179812 the parent, thread_db_load early returns. check_for_thread_db later
179818 calls the inferior_created observable, which calls check_for_thread_db,
179820 check_for_thread_db itself, so that is removed.
179844 check_for_thread_db.
179845 * linux-nat.h (check_for_thread_db): Remove declaration.