diff options
| author | yamt <yamt@NetBSD.org> | 2011-02-05 14:12:05 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2011-02-05 14:12:05 +0000 |
| commit | 670d2d76db004f5c7cce5929deca470c0f861abc (patch) | |
| tree | fd7f5d68b3fb5827739ac2251aa068cee3bbcf61 /sys/gdbscripts | |
| parent | ed4c6d572a5cd02cbfcc445bd70b0d4aa3164f7d (diff) | |
fix format
Diffstat (limited to 'sys/gdbscripts')
| -rw-r--r-- | sys/gdbscripts/lwps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gdbscripts/lwps b/sys/gdbscripts/lwps index 538fb463ea4..d8b831ea01f 100644 --- a/sys/gdbscripts/lwps +++ b/sys/gdbscripts/lwps @@ -1,4 +1,4 @@ -# $NetBSD: lwps,v 1.3 2009/11/18 18:12:00 eeh Exp $ +# $NetBSD: lwps,v 1.4 2011/02/05 14:12:05 yamt Exp $ define lwps set $i = 0 @@ -14,7 +14,7 @@ define lwps set $l = $p->p_lwps.lh_first set $j = 0 while ($j < $p->p_nlwps) - printf "0x%16lx %5d %5d %8x 0x%16lx", \ + printf "0x%016lx %5d %5d %8x 0x%016lx", \ $l, $p->p_pid, $l->l_lid, $l->l_flag, $l->l_wchan if ($l->l_wmesg) printf " (%s)", (char *)$l->l_wmesg |
