* corelow.c (add_to_thread_list): Fix typo.

This commit is contained in:
Pedro Alves 2009-10-09 01:01:22 +00:00
parent 3cdd9356b1
commit 62f33d08c8
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@
we find that the core had no .reg/NN sections.
(get_core_register_section): Handle Solaris cores with fake pids.
* corelow.c (add_to_thread_list): Fix typo.
2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/10457

View File

@ -260,7 +260,7 @@ add_to_thread_list (bfd *abfd, asection *asect, void *reg_sect_arg)
lwpid = merged_pid >> 16;
/* This can happen on solaris core, for example, if we don't
find a NT_PRSTATUS note in the core, but do find NT_LWPSTATUS
find a NT_PSTATUS note in the core, but do find NT_LWPSTATUS
notes. */
if (pid == 0)
{