aboutsummaryrefslogtreecommitdiff
path: root/gdb/dummy-frame.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-03-24 23:31:49 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2021-03-24 23:38:19 -0400
commit1089d50d80bb1d78f018874124d71d7b92dc27f0 (patch)
tree00a3a029df61adb70016f9eb8fed0b09aefee318 /gdb/dummy-frame.c
parent7fe4c96eba9d6bc48c6b92d16ab332e4a277f332 (diff)
downloadbinutils-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/dummy-frame.c')
-rw-r--r--gdb/dummy-frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c
index 8269a40..981ce7d 100644
--- a/gdb/dummy-frame.c
+++ b/gdb/dummy-frame.c
@@ -379,6 +379,7 @@ dummy_frame_this_id (struct frame_info *this_frame,
const struct frame_unwind dummy_frame_unwind =
{
+ "dummy",
DUMMY_FRAME,
default_frame_unwind_stop_reason,
dummy_frame_this_id,