From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17853 invoked by alias); 13 May 2013 15:55:33 -0000 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 Received: (qmail 17844 invoked by uid 89); 13 May 2013 15:55:33 -0000 X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 13 May 2013 15:55:31 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MMQ00600UT81500@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 13 May 2013 18:55:21 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMQ005Z9UW7G0D0@a-mtaout20.012.net.il>; Mon, 13 May 2013 18:55:21 +0300 (IDT) Date: Mon, 13 May 2013 15:55:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] add -s option to make -break-insert support dprintf In-reply-to: To: Hui Zhu Cc: tromey@redhat.com, palves@redhat.com, hui_zhu@mentor.com, gdb-patches@sourceware.org, marc.khouzam@ericsson.com Reply-to: Eli Zaretskii Message-id: <834ne6an8h.fsf@gnu.org> References: <515451EA.1000200@mentor.com> <83y5d7wpvq.fsf@gnu.org> <516454DA.9040109@redhat.com> <87ppxzhfqy.fsf@fleche.redhat.com> <516C2549.3060808@redhat.com> <87vc7ithtj.fsf@fleche.redhat.com> <87wqrrll9m.fsf@fleche.redhat.com> <87d2t2tt02.fsf@fleche.redhat.com> <87ehdehnc9.fsf@fleche.redhat.com> <838v3masbd.fsf@gnu.org> X-SW-Source: 2013-05/txt/msg00443.txt.bz2 > From: Hui Zhu > Date: Mon, 13 May 2013 11:38:40 +0800 > Cc: tromey@redhat.com, palves@redhat.com, hui_zhu@mentor.com, > gdb-patches@sourceware.org, marc.khouzam@ericsson.com > > >> +If @var{location} cannot be parsed (for example if it > > ^ > > A comma is missing. > > The comma is after the right parenthesis: refers to unknown files or functions), > Do I need change this part to following format? > If @var{location} cannot be parsed, (for example if it > refers to unknown files or functions) create a pending No, I meant the comma after "for example", inside the parentheses.