aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3d8d936..a433b46 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
+
+ * NEWS: Mention new convenience variable $_exitsignal.
+ * corelow.c (core_open): Reset exit convenience variables. Set
+ $_exitsignal to the uncaught signal which generated the corefile.
+ * infrun.c (handle_inferior_event): Reset exit convenience
+ variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
+ (clear_exit_convenience_vars): New function.
+ * inferior.h (clear_exit_convenience_vars): New prototype.
+
2013-10-06 Yao Qi <yao@codesourcery.com>
* varobj.h: Add comments to enum varobj_languages.