diff options
| author | perry <perry@NetBSD.org> | 2005-02-26 22:58:54 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2005-02-26 22:58:54 +0000 |
| commit | 477853c3512610b750ddb0fcdc8058b97fbe2ae5 (patch) | |
| tree | cf6104f352f184569c6bfd0b306b5ec4c41316e8 /sys/gdbscripts | |
| parent | 783ec0bc093e0c52a6028f077cced249fd17755b (diff) | |
nuke trailing whitespace
Diffstat (limited to 'sys/gdbscripts')
| -rw-r--r-- | sys/gdbscripts/msgbuf | 6 | ||||
| -rw-r--r-- | sys/gdbscripts/stats | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/gdbscripts/msgbuf b/sys/gdbscripts/msgbuf index 3433b97908c..e4f002898fb 100644 --- a/sys/gdbscripts/msgbuf +++ b/sys/gdbscripts/msgbuf @@ -1,4 +1,4 @@ -# $NetBSD: msgbuf,v 1.2 2001/01/11 05:31:02 deberg Exp $ +# $NetBSD: msgbuf,v 1.3 2005/02/26 22:58:55 perry Exp $ # # Copyright (c) 2000 The NetBSD Foundation, Inc. # All rights reserved. @@ -56,13 +56,13 @@ define msgbuf set $p = (long)msgbufp+4*sizeof(long)+$bufx set $l = $bufs - $bufx set print elements $l - printf "Dumping %#x length %d\n", $p, $l + printf "Dumping %#x length %d\n", $p, $l # XXX (unsupported by gdb): printf "%.*s\n", $l, $p printf "%s\n", $p set $p = (long)msgbufp+4*sizeof(long) set $l = $bufx set print elements $l - printf "Dumping %#x length %d\n", $p, $l + printf "Dumping %#x length %d\n", $p, $l # XXX (unsupported by gdb): printf "%.*s\n\n", $l, $p printf "%s\n\n", $p end diff --git a/sys/gdbscripts/stats b/sys/gdbscripts/stats index 19eddfdd600..f915f1064d0 100644 --- a/sys/gdbscripts/stats +++ b/sys/gdbscripts/stats @@ -1,4 +1,4 @@ -# $NetBSD: stats,v 1.2 1997/02/12 23:35:09 gwr Exp $ +# $NetBSD: stats,v 1.3 2005/02/26 22:58:55 perry Exp $ # @(#)stats 8.1 (Berkeley) 6/10/93 # @@ -7,7 +7,7 @@ define dstat set $op=(struct sdop *)&($arg0[$arg2]) set $i=$arg1 - while ($i) + while ($i) printf "$arg3 " printf "%d %d 0x%x 0x%x %d", $op->bp, $op->bufsize, $op->blkno, $op->when.tv_sec, $op->when.tv_usec if ($op->op & 1) |
