diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 09f538b..b79e40f 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -517,6 +517,7 @@ linux_child_follow_fork (struct target_ops *ops, int follow_child) push_target (ops); linux_nat_switch_fork (inferior_ptid); + check_for_thread_db (); /* Reset breakpoints in the child as appropriate. */ follow_inferior_reset_breakpoints (); |