aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-10-10 13:23:53 +0000
committerPedro Alves <palves@redhat.com>2011-10-10 13:23:53 +0000
commit4b60df3d6374f21f2142badb9e3551a77b1fc360 (patch)
tree66b19268e163a2336e2620128adfaac6646d585a /gdb/ChangeLog
parent3b421ab3bc02af734421775cbdbcfe98553c65a6 (diff)
downloadgdb-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/ChangeLog7
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.