From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29939 invoked by alias); 21 Oct 2009 04:07:33 -0000 Received: (qmail 29929 invoked by uid 22791); 21 Oct 2009 04:07:33 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,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; Wed, 21 Oct 2009 04:07:25 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KRU00200J5RDM00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 21 Oct 2009 06:07:22 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.77.20]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KRU0019TJG91Z40@a-mtaout22.012.net.il>; Wed, 21 Oct 2009 06:07:21 +0200 (IST) Date: Wed, 21 Oct 2009 04:07:00 -0000 From: Eli Zaretskii Subject: Re: [RFC][patch] Allow to disassemble line. In-reply-to: <8ac60eac0910201722m54d4a6b5i17725b61ddb0cd14@mail.gmail.com> To: Paul Pluzhnikov Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83eioxgzng.fsf@gnu.org> References: <20091002004954.8966C76B2B@ppluzhnikov.mtv.corp.google.com> <8ac60eac0910080916i5a2eb49an5f21f3b5c7fb96ef@mail.gmail.com> <20091008162350.GA8625@caradoc.them.org> <8ac60eac0910080952p46f15693x6ed339473db0139d@mail.gmail.com> <8ac60eac0910161607k55fee22cs379c5b7635d7b6a@mail.gmail.com> <8ac60eac0910191109v62794c33g6712090912b5c11f@mail.gmail.com> <8ac60eac0910201722m54d4a6b5i17725b61ddb0cd14@mail.gmail.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: 2009-10/txt/msg00492.txt.bz2 > Date: Tue, 20 Oct 2009 17:22:24 -0700 > From: Paul Pluzhnikov > Cc: gdb-patches@sourceware.org > > Here is updated patch with documentation and testsuite fixes. Thanks. > 2009-10-20 Paul Pluzhnikov > > * gdb.texi (Machine Code): Mention current pc marker, update examples. ^^^^^^^^ The file name is wrong. > +When examining machine instructions, instruction at current program counter ^^^^^^^^^^^ "the instruction" The documentation patch is okay with these changes. I think it would be good to mention this in NEWS as well. Thanks.