diff options
Diffstat (limited to 'gdb/python/py-unwind.c')
-rw-r--r-- | gdb/python/py-unwind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/py-unwind.c b/gdb/python/py-unwind.c index f0574eb..b131adb 100644 --- a/gdb/python/py-unwind.c +++ b/gdb/python/py-unwind.c @@ -602,6 +602,7 @@ pyuw_on_new_gdbarch (struct gdbarch *newarch) struct frame_unwind *unwinder = GDBARCH_OBSTACK_ZALLOC (newarch, struct frame_unwind); + unwinder->name = "python"; unwinder->type = NORMAL_FRAME; unwinder->stop_reason = default_frame_unwind_stop_reason; unwinder->this_id = pyuw_this_id; |