diff options
author | Pedro Alves <palves@redhat.com> | 2012-01-17 14:03:33 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-01-17 14:03:33 +0000 |
commit | c0bf857debe9fdbde5374c2e43e817ebe8f2c4ec (patch) | |
tree | 8ae84a75e825452368d71031c353e62f836f6476 /gdb/ChangeLog | |
parent | 032fbb7a3a73874fc41598bc1b4db3a3894db15f (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |