From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13036 invoked by alias); 28 Feb 2013 18:50:05 -0000 Received: (qmail 12969 invoked by uid 22791); 28 Feb 2013 18:50:02 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Feb 2013 18:49:52 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MIY00B001KP6500@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 28 Feb 2013 20:49:50 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIY00AP81N1X480@a-mtaout22.012.net.il>; Thu, 28 Feb 2013 20:49:49 +0200 (IST) Date: Thu, 28 Feb 2013 18:59:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 3/3] MI: document the format for breakpoints with multiple locations In-reply-to: <1362076197-15363-3-git-send-email-mircea.gherzan@intel.com> To: Mircea Gherzan Cc: tromey@redhat.com, vladimir@codesourcery.com, marc.khouzam@ericsson.com, gdb-patches@sourceware.org, mgherzan@gmail.com Reply-to: Eli Zaretskii Message-id: <83621cw9ww.fsf@gnu.org> References: <1362076197-15363-1-git-send-email-mircea.gherzan@intel.com> <1362076197-15363-3-git-send-email-mircea.gherzan@intel.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: 2013-02/txt/msg00757.txt.bz2 > From: Mircea Gherzan > Cc: gdb-patches@sourceware.org, mgherzan@gmail.com, Mircea Gherzan > Date: Thu, 28 Feb 2013 19:29:57 +0100 > > 2013-02-28 Mircea Gherzan > > gdb/doc: > * gdb.texinfo (GDB/MI Breakpoint Information): Add a description > and an example for the locations field. OK. Thanks.