From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8751 invoked by alias); 12 Jun 2007 15:05:29 -0000 Received: (qmail 8740 invoked by uid 22791); 12 Jun 2007 15:05:28 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.182) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Jun 2007 15:05:23 +0000 Received: by py-out-1112.google.com with SMTP id a25so1721091pyi for ; Tue, 12 Jun 2007 08:05:21 -0700 (PDT) Received: by 10.65.100.14 with SMTP id c14mr11599902qbm.1181660721229; Tue, 12 Jun 2007 08:05:21 -0700 (PDT) Received: by 10.64.76.7 with HTTP; Tue, 12 Jun 2007 08:05:21 -0700 (PDT) Message-ID: Date: Tue, 12 Jun 2007 15:05:00 -0000 From: kdsfinger@gmail.com To: gdb Subject: how to view content in stl vector MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00100.txt.bz2 hi, all How may I view the content in a stl vector in ddd? (or the command to print it in gdb?). It seems I can only view the first element. I searched google but did not find answer. Thanks for help. zl2k