diff options
author | Pedro Alves <palves@redhat.com> | 2011-10-10 13:23:53 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-10-10 13:23:53 +0000 |
commit | 4b60df3d6374f21f2142badb9e3551a77b1fc360 (patch) | |
tree | 66b19268e163a2336e2620128adfaac6646d585a /gdb/ChangeLog | |
parent | 3b421ab3bc02af734421775cbdbcfe98553c65a6 (diff) | |
download | gdb-4b60df3d6374f21f2142badb9e3551a77b1fc360.zip gdb-4b60df3d6374f21f2142badb9e3551a77b1fc360.tar.gz gdb-4b60df3d6374f21f2142badb9e3551a77b1fc360.tar.bz2 |
2011-10-10 Pedro Alves <pedro@codesourcery.com>
gdb/
* linux-nat.c (linux_nat_wait_1): Copy the event lwp's
last_resume_kind before clearing it, and use the copy instead to
determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use
resume_clear_callback in the non-stop path too.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7534495..ef40fd0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2011-10-10 Pedro Alves <pedro@codesourcery.com> + + * linux-nat.c (linux_nat_wait_1): Copy the event lwp's + last_resume_kind before clearing it, and use the copy instead to + determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use + resume_clear_callback in the non-stop path too. + 2011-10-09 Yao Qi <yao@codesourcery.com> * valprint.c (value_check_printable): Add one parameter OPTIONS. |