From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25100 invoked by alias); 15 Jul 2004 19:05:20 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 25085 invoked from network); 15 Jul 2004 19:05:19 -0000 Received: from unknown (HELO viadrina.euv-frankfurt-o.de) (193.174.120.1) by sourceware.org with SMTP; 15 Jul 2004 19:05:19 -0000 Received: from viadrina.euv-frankfurt-o.de (localhost [127.0.0.1]) by viadrina.euv-frankfurt-o.de (8.12.11/8.12.11) with ESMTP id i6FJ5IUf009368 for ; Thu, 15 Jul 2004 21:05:18 +0200 (CEST) Received: (from nobody@localhost) by viadrina.euv-frankfurt-o.de (8.12.11/8.12.11/Submit) id i6FJ5IBI009367; Thu, 15 Jul 2004 21:05:18 +0200 (CEST) X-Authentication-Warning: viadrina.euv-frankfurt-o.de: nobody set sender to sliwa@euv-frankfurt-o.de using -f Received: from cache1-popl.server.ntli.net ([62.255.64.4]) (proxying for 81.111.136.233) (SquirrelMail authenticated user sliwa) by webmail.euv-frankfurt-o.de with HTTP; Thu, 15 Jul 2004 21:05:18 +0200 (CEST) Message-ID: <27560.62.255.64.4.1089918318.squirrel@webmail.euv-frankfurt-o.de> Date: Thu, 15 Jul 2004 19:38:00 -0000 Subject: STL containers From: "Przemyslaw Sliwa" To: Reply-To: sliwa@euv-frankfurt-o.de MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new X-SW-Source: 2004-07/txt/msg00181.txt.bz2 All, Is it possible to display a content of the STL containers by gdb? I have a class with a member of type std::vector >. If I try to display the contents of the vector I see only the address of the begin and the end of the vector. And what about the contents of the valarrays? If it is not possible is there any free debugger which allows this? Thanks for help Przem