svn commit: r281292 - head/tools/debugscripts
Gleb Smirnoff
glebius at FreeBSD.org
Thu Apr 9 07:52:04 UTC 2015
Author: glebius
Date: Thu Apr 9 07:52:03 2015
New Revision: 281292
URL: https://svnweb.freebsd.org/changeset/base/281292
Log:
Remove debugging code that sneaked in.
Modified:
head/tools/debugscripts/netstat-anr.gdb
Modified: head/tools/debugscripts/netstat-anr.gdb
==============================================================================
--- head/tools/debugscripts/netstat-anr.gdb Thu Apr 9 07:49:42 2015 (r281291)
+++ head/tools/debugscripts/netstat-anr.gdb Thu Apr 9 07:52:03 2015 (r281292)
@@ -154,16 +154,6 @@ define p_rtree
end
end
-define test
- set $rn_$arg0 = $arg0
- set $next$arg0 = $arg0 + 1
- printf "%d\n", $rn_$arg0
- if $rn_$arg0 > 10
- return
- end
- test $next$arg0
-end
-
define netstat-anr
printf "Routing tables\n\nInternet:\n"
set $af = $AF_INET
More information about the svn-src-head
mailing list