diff options
Diffstat (limited to 'gdb/bpf-tdep.c')
-rw-r--r-- | gdb/bpf-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/bpf-tdep.c b/gdb/bpf-tdep.c index 352a221..a84327f 100644 --- a/gdb/bpf-tdep.c +++ b/gdb/bpf-tdep.c @@ -184,6 +184,7 @@ bpf_frame_prev_register (struct frame_info *this_frame, static const struct frame_unwind bpf_frame_unwind = { + "bpf prologue", NORMAL_FRAME, bpf_frame_unwind_stop_reason, bpf_frame_this_id, |