aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-11-03 19:31:38 +0000
committerDaniel Jacobowitz <drow@false.org>2005-11-03 19:31:38 +0000
commit76f50ad1ce0f1aecca89a7c55c5fcd3c4293d8d2 (patch)
tree6d199b5ea4bc78c529e1b6f3249960a9af205936 /gdb/ChangeLog
parent2e6f4fae0724d2926e46be477cd12c772d7e79d9 (diff)
downloadgdb-76f50ad1ce0f1aecca89a7c55c5fcd3c4293d8d2.zip
gdb-76f50ad1ce0f1aecca89a7c55c5fcd3c4293d8d2.tar.gz
gdb-76f50ad1ce0f1aecca89a7c55c5fcd3c4293d8d2.tar.bz2
* linux-nat.c (linux_nat_resume): Add more debugging messages. Do
not short-circuit resuming all threads if the signal will be ignored in linux_nat_wait.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0a62f48..e31c272 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-03 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * linux-nat.c (linux_nat_resume): Add more debugging messages. Do
+ not short-circuit resuming all threads if the signal will be ignored
+ in linux_nat_wait.
+
2005-11-02 Andrew Stubbs <andrew.stubbs@st.com>
* monitor.c (monitor_xfer_memory): Change char to gdb_byte.