mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 11:10:32 +02:00
Fix gbt command in gdbinit
In 2009 when this was written, SCM_UNDEFINED was 0x704. Now it's 0x904. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ad90f45a8c
commit
0ace611196
1 changed files with 1 additions and 1 deletions
2
gdbinit
2
gdbinit
|
@ -200,5 +200,5 @@ define inst
|
|||
end
|
||||
|
||||
define gbt
|
||||
call scm_display_backtrace (scm_make_stack(0x404,0x304), scm_current_error_port (), 0x704, 0x704, 0x704)
|
||||
call scm_display_backtrace (scm_make_stack(0x404,0x304), scm_current_error_port (), 0x904, 0x904)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue