summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2004-06-23 15:44:43 +0000
committerAndreas Schwab <schwab@suse.de>2004-06-23 15:44:43 +0000
commitf807d13d2806c9cdf2e4cc28a3a1603006f4fd38 (patch)
tree8ae34bcb640a5dd0a096baa84776cfc0f3250612 /gdb
parentcf6dd5e1c0388d4fb7bf0b51a91ca71b30e08b84 (diff)
downloadgdb-f807d13d2806c9cdf2e4cc28a3a1603006f4fd38.tar.gz
Fix file name.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index da23293a522..e206e556381 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -638,9 +638,9 @@
* 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