]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/bpf-tdep.c
gdb: add names to unwinders, add debug messages when looking for unwinder
[thirdparty/binutils-gdb.git] / gdb / bpf-tdep.c
index a29cd90ba38773d592a778de068332b2c10ad633..e520d5d3d49a46afefee25a08b953807e8e07340 100644 (file)
@@ -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,