summaryrefslogtreecommitdiff
path: root/gdbinit
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-07-26 11:20:39 +0200
committerAndy Wingo <wingo@pobox.com>2009-07-26 11:20:39 +0200
commitcb8ab66c6657a61797399e5f63c7942ae7cd20e3 (patch)
treea2e599198f40bd430a5e51322db2a07102ad0c34 /gdbinit
parent74deff3c431245b282903d46eb7e571ace8759f3 (diff)
downloadguile-cb8ab66c6657a61797399e5f63c7942ae7cd20e3.tar.gz
fix vmstack gdb macro for new stack frame layout
* gdbinit (vmstack): No more external link.
Diffstat (limited to 'gdbinit')
-rw-r--r--gdbinit5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdbinit b/gdbinit
index 381cf8477..b66e3e249 100644
--- a/gdbinit
+++ b/gdbinit
@@ -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 #"