From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6942 invoked by alias); 29 Feb 2012 18:09:53 -0000 Received: (qmail 6933 invoked by uid 22791); 29 Feb 2012 18:09:52 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Feb 2012 18:09:38 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M0600K002DOTX00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Wed, 29 Feb 2012 20:09:32 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.119.92]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M0600KVU2FUTP00@a-mtaout21.012.net.il>; Wed, 29 Feb 2012 20:09:31 +0200 (IST) Date: Wed, 29 Feb 2012 18:20:00 -0000 From: Eli Zaretskii Subject: Re: [4/5] implement "info vtable" In-reply-to: <87mx82prmd.fsf@fleche.redhat.com> To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83linlcxwk.fsf@gnu.org> References: <87mx82prmd.fsf@fleche.redhat.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: 2012-02/txt/msg00724.txt.bz2 > From: Tom Tromey > Date: Tue, 28 Feb 2012 14:36:42 -0700 > > This one needs a doc review, and of course commentary on the naming and > output. The documentation parts are fine, thanks.