From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12768 invoked by alias); 23 Feb 2004 15:56:51 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12761 invoked from network); 23 Feb 2004 15:56:50 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 23 Feb 2004 15:56:50 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2D7812B92; Mon, 23 Feb 2004 10:56:49 -0500 (EST) Message-ID: <403A22C1.2070809@gnu.org> Date: Mon, 23 Feb 2004 15:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Jeff Johnston Cc: Daniel Jacobowitz , gdb@sources.redhat.com Subject: Re: [RFA]: Patch for pending breakpoints and scripts References: <4027E74B.6090805@gnu.org> <20040209223227.GA7344@nevyn.them.org> <40294BA1.3020906@gnu.org> <20040210222616.GA32636@nevyn.them.org> <402A3CBB.1060508@gnu.org> <20040211144755.GA487@nevyn.them.org> <40353551.9040306@redhat.com> In-Reply-To: <40353551.9040306@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00320.txt.bz2 > - if (!query ("Make breakpoint pending on future shared library load? ")) > + if (!nquery ("Make breakpoint pending on future shared library load? ")) Yes, ok. Andrew