From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22423 invoked by alias); 13 Dec 2007 20:30:43 -0000 Received: (qmail 22415 invoked by uid 22791); 13 Dec 2007 20:30:42 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Dec 2007 20:30:33 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-42-104.inter.net.il [84.228.42.104]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EIW63397 (AUTH halo1); Thu, 13 Dec 2007 22:30:23 +0200 (IST) Date: Fri, 14 Dec 2007 00:11:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: gdb-patches@sources.redhat.com In-reply-to: (message from Vladimir Prus on Thu, 13 Dec 2007 17:42:53 +0300) Subject: Re: Pending breakpoints in MI Reply-to: Eli Zaretskii References: <200711081412.14452.ghost@cs.msu.su> <20071213135259.GA10040@adacore.com> 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: 2007-12/txt/msg00179.txt.bz2 > From: Vladimir Prus > Date: Thu, 13 Dec 2007 17:42:53 +0300 > > I've done so. Eli, does the manual changes in the attached patch look > good to you? Yes, except for one minor gotcha: > +If @var{location} cannot be parsed (for example if it > +refers to unknown files or functions), create a pending > +breakpoint. It's better to say "... this command creates a pending breakpoint." Also, please put 2 spaces after the period that ends a sentence. Thanks.