From 1089d50d80bb1d78f018874124d71d7b92dc27f0 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 24 Mar 2021 23:31:49 -0400 Subject: gdb: add names to unwinders Change-Id: I813f17777422425f0d08b22499817b23922e8ddb --- gdb/nds32-tdep.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/nds32-tdep.c') diff --git a/gdb/nds32-tdep.c b/gdb/nds32-tdep.c index e30a016..36f4979 100644 --- a/gdb/nds32-tdep.c +++ b/gdb/nds32-tdep.c @@ -997,6 +997,7 @@ nds32_frame_prev_register (struct frame_info *this_frame, void **this_cache, static const struct frame_unwind nds32_frame_unwind = { + "nds32 prologue", NORMAL_FRAME, default_frame_unwind_stop_reason, nds32_frame_this_id, @@ -1380,6 +1381,7 @@ nds32_epilogue_frame_prev_register (struct frame_info *this_frame, static const struct frame_unwind nds32_epilogue_frame_unwind = { + "nds32 epilogue", NORMAL_FRAME, default_frame_unwind_stop_reason, nds32_epilogue_frame_this_id, -- cgit v1.1