From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12627 invoked by alias); 18 Jun 2007 11:27:11 -0000 Received: (qmail 12619 invoked by uid 22791); 18 Jun 2007 11:27:11 -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 11:27:08 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id C2414982E4; Mon, 18 Jun 2007 11:27:06 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 9A66E982E3; Mon, 18 Jun 2007 11:27:06 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1I0FOD-0000ih-JE; Mon, 18 Jun 2007 07:27:21 -0400 Date: Mon, 18 Jun 2007 11:27:00 -0000 From: Daniel Jacobowitz To: Maik Beckmann Cc: gdb@sourceware.org Subject: Re: how to view content in stl vector Message-ID: <20070618112721.GA2559@caradoc.them.org> Mail-Followup-To: Maik Beckmann , gdb@sourceware.org References: <200706151952.l5FJq2B7009679@brahms.sibelius.xs4all.nl> <1182156720.4609.31.camel@mikro.mikro> <200706181314.44405.maikbeckmann@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706181314.44405.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/msg00137.txt.bz2 On Mon, Jun 18, 2007 at 01:14:44PM +0200, Maik Beckmann wrote: > Hello > > If you add this to your .gdbinit > > <.gdbinit> > define dump_vector_simple [snip] FYI: I'm planning for a future version of GDB to be able to do this automatically in the "print" command. No promises on when it will be ready, though. Might be another two years. -- Daniel Jacobowitz CodeSourcery