From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29503 invoked by alias); 5 Dec 2003 16:09:51 -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 29432 invoked from network); 5 Dec 2003 16:09:49 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sources.redhat.com with SMTP; 5 Dec 2003 16:09:49 -0000 Received: from zaretski ([80.230.147.167]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id CAG00439; Fri, 5 Dec 2003 18:09:38 +0200 (IST) Date: Fri, 05 Dec 2003 16:09:00 -0000 From: "Eli Zaretskii" To: "J. Johnston" Message-Id: <9003-Fri05Dec2003180845+0200-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <3FCF6724.5050109@redhat.com> (jjohnstn@redhat.com) Subject: Re: [RFC]: pending break support Reply-to: Eli Zaretskii References: <3FCD3DC5.8000308@redhat.com> <3405-Wed03Dec2003180427+0200-eliz@elta.co.il> <3FCE3DA9.2000603@redhat.com> <3FCF6724.5050109@redhat.com> X-SW-Source: 2003-12/txt/msg00208.txt.bz2 > Date: Thu, 04 Dec 2003 11:56:04 -0500 > From: "J. Johnston" > > How about: > > Normal breakpoint operations apply to pending breakpoints as well. You may > specify a condition for a pending breakpoint and/or commands to run when the > breakpoint is reached. You can also enable or disable the pending breakpoint. Excellent, I'm happy now. Thanks.