* 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.
This commit is contained in:
Jan Kratochvil 2012-07-02 20:39:13 +00:00
parent 8775fd2d8d
commit 7d0e21ad84
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
* linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
* config.in: Regenerate.
@ -16,6 +20,7 @@
inferior_has_bug, describe it in the comments.
(try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
earlier. Abort the initialization if it returned non-zero.
(thread_db_new_objfile): Exclude debug files.
(thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
if UNTIL_NO_NEW,

View File

@ -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. */