32-way branching in intmap.scm, not 16-way
[bpt/guile.git] / gdbinit
diff --git a/gdbinit b/gdbinit
index 812f04b..fdc9c75 100644 (file)
--- a/gdbinit
+++ b/gdbinit
@@ -198,3 +198,7 @@ end
 define inst
   p scm_instruction_table[$arg0]
 end
+
+define gbt
+  call scm_display_backtrace (scm_make_stack(0x404,0x304), scm_current_error_port (), 0x704, 0x704, 0x704)
+end