diff options
author | Andy Wingo <wingo@pobox.com> | 2009-07-26 11:20:39 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-07-26 11:20:39 +0200 |
commit | cb8ab66c6657a61797399e5f63c7942ae7cd20e3 (patch) | |
tree | a2e599198f40bd430a5e51322db2a07102ad0c34 /gdbinit | |
parent | 74deff3c431245b282903d46eb7e571ace8759f3 (diff) |
fix vmstack gdb macro for new stack frame layout
* gdbinit (vmstack): No more external link.
Diffstat (limited to 'gdbinit')
-rw-r--r-- | gdbinit | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 #" |