From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13020 invoked by alias); 23 Nov 2010 17:15:28 -0000 Received: (qmail 13011 invoked by uid 22791); 23 Nov 2010 17:15:27 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Nov 2010 17:15:08 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oANHF6nx022792 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Nov 2010 12:15:06 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oANHF3Uv023648 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 23 Nov 2010 12:15:05 -0500 Message-ID: <4CEBF5A4.4080901@redhat.com> Date: Tue, 23 Nov 2010 17:15:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Lightning/1.0b3pre Thunderbird/3.1.4 MIME-Version: 1.0 To: Jan Kratochvil CC: gdb-patches@sourceware.org Subject: Re: [RFA] .gdbinit security (revived) [incl doc] References: <4CE702E7.4050504@redhat.com> <20101120025036.GC10712@host0.dyn.jankratochvil.net> In-Reply-To: <20101120025036.GC10712@host0.dyn.jankratochvil.net> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00358.txt.bz2 On 11/19/2010 06:50 PM, Jan Kratochvil wrote: > ./python/py-auto-load.c: In function ‘source_section_scripts’: > ./python/py-auto-load.c:222:10: error: too few arguments to function ‘find_and_open_script’ > ./cli/cli-cmds.h:128:12: note: declared here Sorry, I actually have that in my patchset, I just forgot to include it in the submission. I've addressed all of your issues in the testsuite ("-f" and gdb_test_multiple). I will attach a revised version of this in reply Eli's message. Thank you for the review, Keith