projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
959b096
)
2011-04-08 Steve Ellcey <sje@cup.hp.com>
author
Steve Ellcey
<sje@cup.hp.com>
Fri, 8 Apr 2011 16:16:41 +0000
(16:16 +0000)
committer
Steve Ellcey
<sje@cup.hp.com>
Fri, 8 Apr 2011 16:16:41 +0000
(16:16 +0000)
* Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
initalization.
gdb/ChangeLog
patch
|
blob
|
history
gdb/libunwind-frame.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index edb8b70372b3f018f5222d4d4324c5aef784144a..1d36a76027c1f37814d4608cb7f785166bf23292 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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>
Remove support for old Cygwin 1.5 versions.
diff --git
a/gdb/libunwind-frame.c
b/gdb/libunwind-frame.c
index a636a4e361ed1b8a3a0ce12916cdb13836d59705..677d4c5da21de13b261df56410f487833bc95dff 100644
(file)
--- a/
gdb/libunwind-frame.c
+++ b/
gdb/libunwind-frame.c
@@
-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 =
{
NORMAL_FRAME,
+ default_frame_unwind_stop_reason,
libunwind_frame_this_id,
libunwind_frame_prev_register,
NULL,