diff options
Diffstat (limited to 'gdb/linux-thread-db.c')
-rw-r--r-- | gdb/linux-thread-db.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index ed37de6..ae29c51 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -1968,8 +1968,9 @@ maintenance_check_libthread_db (const char *args, int from_tty) check_thread_db (info, true); } +void _initialize_thread_db (); void -_initialize_thread_db (void) +_initialize_thread_db () { /* Defer loading of libthread_db.so until inferior is running. This allows gdb to load correct libthread_db for a given |