From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18379 invoked by alias); 1 Jun 2010 18:40:44 -0000 Received: (qmail 18369 invoked by uid 22791); 1 Jun 2010 18:40:42 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Jun 2010 18:40:26 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L3C00200MA05600@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Tue, 01 Jun 2010 21:40:12 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.62.239]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L3C000LAMIYB750@a-mtaout23.012.net.il>; Tue, 01 Jun 2010 21:40:12 +0300 (IDT) Date: Tue, 01 Jun 2010 18:40:00 -0000 From: Eli Zaretskii Subject: Re: RFC: DWARF expression disassembly In-reply-to: To: Tom Tromey Cc: jan.kratochvil@redhat.com, stan@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zkzesik0.fsf@gnu.org> References: <4BF327D2.3000802@codesourcery.com> <4BF6F1F8.9090301@earthlink.net> <20100525192457.GA22117@host0.dyn.jankratochvil.net> <20100525202450.GA26612@host0.dyn.jankratochvil.net> <834ohuoa2f.fsf@gnu.org> 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: 2010-06/txt/msg00012.txt.bz2 > From: Tom Tromey > Cc: jan.kratochvil@redhat.com, stan@codesourcery.com, > gdb-patches@sourceware.org > Date: Tue, 01 Jun 2010 12:35:31 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> Thanks. This part is okay, but I have a suggestion: it might help to > Eli> have an example of the assembly-like format when this option is ON, > Eli> and perhaps also explain how to interpret it, or point to some > Eli> document that could be used for that. > > Here is an updated patch that includes this. > Let me know what you think. Thank you, this is fine.