mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-08 00:32:05 +08:00
2011-04-08 Steve Ellcey <sje@cup.hp.com>
* Add default_frame_unwind_stop_reason value to libunwind_frame_unwind initalization.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-04-08 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
|
* Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
|
||||||
|
initalization.
|
||||||
|
|
||||||
2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
|
2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
Remove support for old Cygwin 1.5 versions.
|
Remove support for old Cygwin 1.5 versions.
|
||||||
|
@ -237,6 +237,7 @@ libunwind_find_dyn_list (unw_addr_space_t as, unw_dyn_info_t *di, void *arg)
|
|||||||
static const struct frame_unwind libunwind_frame_unwind =
|
static const struct frame_unwind libunwind_frame_unwind =
|
||||||
{
|
{
|
||||||
NORMAL_FRAME,
|
NORMAL_FRAME,
|
||||||
|
default_frame_unwind_stop_reason,
|
||||||
libunwind_frame_this_id,
|
libunwind_frame_this_id,
|
||||||
libunwind_frame_prev_register,
|
libunwind_frame_prev_register,
|
||||||
NULL,
|
NULL,
|
||||||
|
Reference in New Issue
Block a user