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:
9dfe873
)
* tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
author
Mark Kettenis
<kettenis@gnu.org>
Sun, 7 Nov 2004 12:54:58 +0000
(12:54 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Sun, 7 Nov 2004 12:54:58 +0000
(12:54 +0000)
from TRAMP_FRAME frame type.
gdb/tramp-frame.c
patch
|
blob
|
history
diff --git
a/gdb/tramp-frame.c
b/gdb/tramp-frame.c
index e1b946b4c79824f0052dd7fb4fb9fd2e7ce18843..19ce3bd91519b499d88027299260a20dbdc3671b 100644
(file)
--- a/
gdb/tramp-frame.c
+++ b/
gdb/tramp-frame.c
@@
-166,7
+166,7
@@
tramp_frame_prepend_unwinder (struct gdbarch *gdbarch,
unwinder = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind);
data->tramp_frame = tramp_frame;
- unwinder->type =
SIGTRAMP_FRAME
;
+ unwinder->type =
tramp_frame->frame_type
;
unwinder->unwind_data = data;
unwinder->sniffer = tramp_frame_sniffer;
unwinder->this_id = tramp_frame_this_id;