diff options
Diffstat (limited to 'gdb/linux-thread-db.c')
-rw-r--r-- | gdb/linux-thread-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 878e7bd..c625cef 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -1310,7 +1310,7 @@ check_pid_namespace_match (void) This handles the case of debugging statically linked executables. */ static void -thread_db_inferior_created (struct target_ops *target, int from_tty) +thread_db_inferior_created () { check_pid_namespace_match (); check_for_thread_db (); |