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/frame-unwind.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/frame-unwind.h') diff --git a/gdb/frame-unwind.h b/gdb/frame-unwind.h index da0b4bc..e46c7ff 100644 --- a/gdb/frame-unwind.h +++ b/gdb/frame-unwind.h @@ -158,6 +158,7 @@ typedef struct gdbarch *(frame_prev_arch_ftype) (struct frame_info *this_frame, struct frame_unwind { + const char *name; /* The frame's type. Should this instead be a collection of predicates that test the frame for various attributes? */ enum frame_type type; -- cgit v1.1