aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-01-17 14:03:33 +0000
committerPedro Alves <palves@redhat.com>2012-01-17 14:03:33 +0000
commitc0bf857debe9fdbde5374c2e43e817ebe8f2c4ec (patch)
tree8ae84a75e825452368d71031c353e62f836f6476 /gdb/ChangeLog
parent032fbb7a3a73874fc41598bc1b4db3a3894db15f (diff)
downloadgdb-c0bf857debe9fdbde5374c2e43e817ebe8f2c4ec.zip
gdb-c0bf857debe9fdbde5374c2e43e817ebe8f2c4ec.tar.gz
gdb-c0bf857debe9fdbde5374c2e43e817ebe8f2c4ec.tar.bz2
2012-01-17 Pedro Alves <palves@redhat.com>
* dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if the frame's stop reason is UNWIND_UNAVAILABLE.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 71c2051..5ee25dd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-17 Pedro Alves <palves@redhat.com>
+
+ * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
+ the frame's stop reason is UNWIND_UNAVAILABLE.
+
2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix compilation error.