Fix file name.
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 23 Jun 2004 15:44:43 +0000 (15:44 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 23 Jun 2004 15:44:43 +0000 (15:44 +0000)
gdb/ChangeLog

index da23293a5225fca1ed5ce2c537b759d0cf5269b6..e206e556381685cfde365f355e0c415338d26f44 100644 (file)
 
        * infrun.c (handle_inferior_event): Don't treat an invalid ptid
        as a new thread event.
-       * thread_db.c (thread_get_info_callback): If the thread is a
+       * thread-db.c (thread_get_info_callback): If the thread is a
        zombie, return TD_THR_ZOMBIE.
-       (thread_from_lwp): If thread_get_info_callback returns
+       (thread_from_lwp): If thread_get_info_callback returns
        TD_THR_ZOMBIE, check if the thread is still on the thread list
        and return a -1 ptid if not found.
        (thread_db_wait): If thread_from_lwp returns a -1 ptid, then