1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

fix vmstack gdb macro for new stack frame layout

* gdbinit (vmstack): No more external link.
This commit is contained in:
Andy Wingo 2009-07-26 11:20:39 +02:00
parent 74deff3c43
commit cb8ab66c66

View file

@ -148,11 +148,6 @@ define nextframe
output $vmdl
newline
set $vmsp=$vmsp-1
sputs "el:\t"
output $vmsp
sputs "\t"
gwrite *$vmsp
set $vmsp=$vmsp-1
set $vmnlocs=(int)$vmbp->nlocs
while $vmnlocs > 0
sputs "loc #"