X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gdb%2Fia64-tdep.c;h=aa47b211db5231687050a62ecfd37261a37aebe2;hb=a154d838a70e96d888620c072e2d6ea8bdf044ca;hp=895808ac08b9753604e41b7f20ba4582e644d4d2;hpb=a05a883fbaba69d0f80806e46a9457727fcbe74c;p=thirdparty%2Fbinutils-gdb.git diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c index 895808ac08b..aa47b211db5 100644 --- a/gdb/ia64-tdep.c +++ b/gdb/ia64-tdep.c @@ -2161,6 +2161,7 @@ ia64_frame_prev_register (struct frame_info *this_frame, void **this_cache, static const struct frame_unwind ia64_frame_unwind = { + "ia64 prologue", NORMAL_FRAME, default_frame_unwind_stop_reason, &ia64_frame_this_id, @@ -2348,6 +2349,7 @@ ia64_sigtramp_frame_sniffer (const struct frame_unwind *self, static const struct frame_unwind ia64_sigtramp_frame_unwind = { + "ia64 sigtramp", SIGTRAMP_FRAME, default_frame_unwind_stop_reason, ia64_sigtramp_frame_this_id, @@ -3006,6 +3008,7 @@ ia64_libunwind_frame_sniffer (const struct frame_unwind *self, static const struct frame_unwind ia64_libunwind_frame_unwind = { + "ia64 libunwind", NORMAL_FRAME, default_frame_unwind_stop_reason, ia64_libunwind_frame_this_id, @@ -3094,6 +3097,7 @@ ia64_libunwind_sigtramp_frame_sniffer (const struct frame_unwind *self, static const struct frame_unwind ia64_libunwind_sigtramp_frame_unwind = { + "ia64 libunwind sigtramp", SIGTRAMP_FRAME, default_frame_unwind_stop_reason, ia64_libunwind_sigtramp_frame_this_id,