diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-03-24 23:31:49 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-03-24 23:38:19 -0400 |
commit | 1089d50d80bb1d78f018874124d71d7b92dc27f0 (patch) | |
tree | 00a3a029df61adb70016f9eb8fed0b09aefee318 /gdb/alpha-mdebug-tdep.c | |
parent | 7fe4c96eba9d6bc48c6b92d16ab332e4a277f332 (diff) | |
download | binutils-users/simark/frame-debug.zip binutils-users/simark/frame-debug.tar.gz binutils-users/simark/frame-debug.tar.bz2 |
gdb: add names to unwindersusers/simark/frame-debug
Change-Id: I813f17777422425f0d08b22499817b23922e8ddb
Diffstat (limited to 'gdb/alpha-mdebug-tdep.c')
-rw-r--r-- | gdb/alpha-mdebug-tdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/alpha-mdebug-tdep.c b/gdb/alpha-mdebug-tdep.c index a062ad9..52d0bf0 100644 --- a/gdb/alpha-mdebug-tdep.c +++ b/gdb/alpha-mdebug-tdep.c @@ -333,7 +333,9 @@ alpha_mdebug_frame_sniffer (const struct frame_unwind *self, return 1; } -static const struct frame_unwind alpha_mdebug_frame_unwind = { +static const struct frame_unwind alpha_mdebug_frame_unwind = +{ + "alpha mdebug", NORMAL_FRAME, default_frame_unwind_stop_reason, alpha_mdebug_frame_this_id, |