From owner-svn-src-head@FreeBSD.ORG Thu Apr 9 07:52:04 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA3AEE19; Thu, 9 Apr 2015 07:52:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A607E87D; Thu, 9 Apr 2015 07:52:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t397q4Jn048451; Thu, 9 Apr 2015 07:52:04 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t397q437048450; Thu, 9 Apr 2015 07:52:04 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201504090752.t397q437048450@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 9 Apr 2015 07:52:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r281292 - head/tools/debugscripts X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 07:52:04 -0000 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