frame: do not assume unwinding will succeed
authorMarkus Metzger <markus.t.metzger@intel.com>
Mon, 18 Mar 2013 15:43:05 +0000 (16:43 +0100)
committerMarkus Metzger <markus.t.metzger@intel.com>
Thu, 16 Jan 2014 12:06:12 +0000 (13:06 +0100)
commit824344ca4f9765b5598aed2c11b6f3caf5cc77ba
tree677fe9059c91005f9af7fde3ecc82acd933aeccf
parent32261e523447cdecdfffe93807ac9bd0de3fe88d
frame: do not assume unwinding will succeed

In get_frame_unwind_stop_reason, remove the assumption that further frame
unwinding will succeed.

gdb/
2013-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>

* frame.c (get_frame_unwind_stop_reason): Unconditionally call
get_prev_frame_1.
gdb/ChangeLog
gdb/frame.c