diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-05-28 18:23:15 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-05-28 18:23:15 +0000 |
commit | ca2a87a0560f483f519406377322ce8138f5432b (patch) | |
tree | 30e24b31311555cd9fb10a2cd064dabc0491bc92 /gdb/ChangeLog | |
parent | 7aa091969e42137104101e96592fda46ffcd0e90 (diff) | |
download | binutils-ca2a87a0560f483f519406377322ce8138f5432b.zip binutils-ca2a87a0560f483f519406377322ce8138f5432b.tar.gz binutils-ca2a87a0560f483f519406377322ce8138f5432b.tar.bz2 |
gdb/
* linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
CONTENT.
gdb/gdbserver/
* linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
New comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cf1b585..83da1f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com> + * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid + CONTENT. + +2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com> + * linux-nat.c (linux_nat_wait_1): Do not call linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or TARGET_WAITKIND_SIGNALLED. |