diff options
author | grog <grog@FreeBSD.org> | 2003-12-30 02:08:29 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2003-12-30 02:08:29 +0000 |
commit | 1838491a763ea7d07f6a62a7e3c49c64187a20c3 (patch) | |
tree | add7aa840ed772fc6cf8bac255299eba2474478d /tools/debugscripts/gdbinit.vinum | |
parent | 81bdf30a5bfc7b71daa0602c8302d60fdcf08ab9 (diff) | |
download | FreeBSD-src-1838491a763ea7d07f6a62a7e3c49c64187a20c3.zip FreeBSD-src-1838491a763ea7d07f6a62a7e3c49c64187a20c3.tar.gz |
Remove calls to 'y' macro.
Diffstat (limited to 'tools/debugscripts/gdbinit.vinum')
-rw-r--r-- | tools/debugscripts/gdbinit.vinum | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/debugscripts/gdbinit.vinum b/tools/debugscripts/gdbinit.vinum index febbfbb..6a55d72 100644 --- a/tools/debugscripts/gdbinit.vinum +++ b/tools/debugscripts/gdbinit.vinum @@ -299,7 +299,6 @@ document rqinfo Show the Vinum request log buffer like 'vinum info -V' end define meminfo -y printf "Block\t\tTime\t\tSequence\t size\t address\t line\t\tfile\n" set $i = 0 while $i < malloccount @@ -311,7 +310,6 @@ document meminfo Equivalent of 'vinum info -v' command end define finfo -y printf "Block\t\tTime\t\tSequence\t size\t address\t line\t\tfile\n" set $i = lastfree set $j = 0 |