From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17468 invoked by alias); 22 Aug 2002 07:59:37 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17459 invoked from network); 22 Aug 2002 07:59:36 -0000 Received: from unknown (HELO heimdall.inter.net.il) (192.114.186.17) by sources.redhat.com with SMTP; 22 Aug 2002 07:59:36 -0000 Received: from Zaretsky ([80.230.2.40]) by heimdall.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BRL98059; Thu, 22 Aug 2002 10:58:42 +0300 (IDT) Date: Thu, 22 Aug 2002 00:59:00 -0000 From: "Eli Zaretskii" To: graces@redhat.com Message-Id: <8011-Thu22Aug2002110123+0300-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <20020821142627.A10117@tomago.toronto.redhat.com> (message from Grace Sainsbury on Wed, 21 Aug 2002 14:26:27 -0400) Subject: Re: breakpoint error messages Reply-to: Eli Zaretskii References: <20020821142627.A10117@tomago.toronto.redhat.com> X-SW-Source: 2002-08/txt/msg00683.txt.bz2 > Date: Wed, 21 Aug 2002 14:26:27 -0400 > From: Grace Sainsbury > > I changed insert_breakpoints to collect all the warning messages from > failed inserts and print them with an error after trying the whole > queue. This changes the functionality slightly -- the old code stopped > after the first failed insert of a breakpoint. I also changed the > error messages to be more explicit about hardware breakpoints. If these changes are approved, please scan gdb.texinfo for the messages in question and see that the examples in the manual are still correct. Thanks.