From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2413 invoked by alias); 13 Dec 2007 16:03:32 -0000 Received: (qmail 2397 invoked by uid 22791); 13 Dec 2007 16:03:31 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Dec 2007 16:03:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A98DC2A96DF; Thu, 13 Dec 2007 11:03:23 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bJcDi+77YqPk; Thu, 13 Dec 2007 11:03:23 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 77CB42A96DE; Thu, 13 Dec 2007 11:03:23 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 989A7E7ACA; Thu, 13 Dec 2007 17:03:21 +0100 (CET) Date: Thu, 13 Dec 2007 16:12:00 -0000 From: Joel Brobecker To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: Pending breakpoints in MI Message-ID: <20071213160321.GA4529@adacore.com> References: <200711081412.14452.ghost@cs.msu.su> <20071213135259.GA10040@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i 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: 2007-12/txt/msg00173.txt.bz2 This part: > gdb/ > Add support for pending breakpoints in MI. > * gdb.h (gdb_breakpoint): Add parameter pending. > * breakpoint.c (break_command_1): Fix formatting. > (gdb_breakpoint): Add parameter pending. Fix > formatting. > * mi/mi-cmd-break.c (mi_break_insert): Change > comment to refer to manual. Add support for > the -f flag, for pending breakpoint. ... And that part: > gdb/testsuite > * gdb.mi/mi-pending.exp: New. > * gdb.mi/mi-pending.c: New. > * gdb.mi/mi-pendshr.c: New. are now OK. > gdb/doc > * gdb.texinfo (GDB/MI Breakpoint Commands): Document > the -f option for -break-insert, remove -r option, > and clarify specification of location. That leaves the documentation update for Eli. Cheers! -- Joel