projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cdd935
)
* corelow.c (add_to_thread_list): Fix typo.
author
Pedro Alves
<palves@redhat.com>
Fri, 9 Oct 2009 01:01:22 +0000
(
01:01
+0000)
committer
Pedro Alves
<palves@redhat.com>
Fri, 9 Oct 2009 01:01:22 +0000
(
01:01
+0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/corelow.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 5589ea135ebe98162094bad4046066cd15313deb..18bcaaae570dda5cda097aa90d1a55af62bb0ba0 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/corelow.c
b/gdb/corelow.c
index fa2431fd231742520fd6397468181ae649620ef9..d05dbf2eb389e49eced970ff09bed31e63266fc6 100644
(file)
--- a/
gdb/corelow.c
+++ b/
gdb/corelow.c
@@
-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_P
R
STATUS 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)
{