From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26879 invoked by alias); 18 Jun 2007 12:36:41 -0000 Received: (qmail 26865 invoked by uid 22791); 18 Jun 2007 12:36:39 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Jun 2007 12:36:37 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 301D3982E4; Mon, 18 Jun 2007 12:36:35 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 0A018982E3; Mon, 18 Jun 2007 12:36:35 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1I0GTS-0001aH-Go; Mon, 18 Jun 2007 08:36:50 -0400 Date: Mon, 18 Jun 2007 12:36:00 -0000 From: Daniel Jacobowitz To: Maik Beckmann Cc: gdb@sourceware.org Subject: Re: how to view content in stl vector Message-ID: <20070618123650.GA6075@caradoc.them.org> Mail-Followup-To: Maik Beckmann , gdb@sourceware.org References: <200706181314.44405.maikbeckmann@gmx.de> <20070618112721.GA2559@caradoc.them.org> <200706181426.36383.maikbeckmann@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706181426.36383.maikbeckmann@gmx.de> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00140.txt.bz2 On Mon, Jun 18, 2007 at 02:26:36PM +0200, Maik Beckmann wrote: > Is storing of typenames possible at all? No. GDB's command line scripting language does not support this sort of thing. My plan is a more sophisticated Python integration. > A workaround for this would be a native c++ map-dump function, which naturally > would be implemented as function template, but I didn't find out how to call > an instantiated function template :( It should work just fine.... I don't know for sure though. -- Daniel Jacobowitz CodeSourcery