diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-02 20:39:13 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-02 20:39:13 +0000 |
commit | 7d0e21ad840e4f5b3177e0801670a0555d2e4307 (patch) | |
tree | 787f9b7c20052a673ffe6a7e3519583e4d3f8544 /gdb/linux-thread-db.c | |
parent | 8775fd2d8dbaec2ffe735081cce31e259c3b0d44 (diff) | |
download | gdb-7d0e21ad840e4f5b3177e0801670a0555d2e4307.zip gdb-7d0e21ad840e4f5b3177e0801670a0555d2e4307.tar.gz gdb-7d0e21ad840e4f5b3177e0801670a0555d2e4307.tar.bz2 |
gdb/
* linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
Plus add in an already checked in file:
(thread_db_new_objfile): Exclude debug files.
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 5073d7e..7f8f83e 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -1186,7 +1186,7 @@ thread_db_new_objfile (struct objfile *objfile) if (objfile != NULL /* libpthread with separate debug info has its debug info file already - loaded (and notified without successfult thread_db initialization)) + loaded (and notified without successful thread_db initialization) the time observer_notify_new_objfile is called for the library itself. Static executables have their separate debug info loaded already before the inferior has started. */ |