From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1461 invoked by alias); 27 Aug 2008 13:31:12 -0000 Received: (qmail 1429 invoked by uid 22791); 27 Aug 2008 13:31:11 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 27 Aug 2008 13:30:06 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KYL62-0007Sq-L3 for gdb-patches@sources.redhat.com; Wed, 27 Aug 2008 13:30:03 +0000 Received: from net-207.drdc-rddc.gc.ca ([128.43.207.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Aug 2008 13:30:02 +0000 Received: from jasonspiro4 by net-207.drdc-rddc.gc.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Aug 2008 13:30:02 +0000 To: gdb-patches@sources.redhat.com From: Jason Spiro Subject: stl-views.gdb slightly updated (was: modest, but very useful set of stl commands (gdb) - covers most stl containter) Date: Wed, 27 Aug 2008 13:31:00 -0000 Message-ID: References: <93867.40264.qm@web35502.mail.mud.yahoo.com> <18353.10305.254004.27909@kahikatea.snap.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.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: 2008-08/txt/msg00632.txt.bz2 Nick Roberts snap.net.nz> wrote: [...] > Are you claiming sole authorship. I have seen a very similar list at > http://www.archivum.info/gnu.g++.help/2007-04/msg00030.html > attributed to Tom Malnar (April 18, 2007). Both sets of macros look similar because both sets of macros were made to print STL containers. But from looking at the code, it looks like Dan wrote his macros on his own and didn't copy from Tom's. By the way, you can get a slightly improved version of stl-views.gdb on the web now. Go to http://github.com/nitay/etc/tree/master/common/gdbinit and click "raw" at the top-right corner to download.