From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5211 invoked by alias); 8 Dec 2008 14:09:01 -0000 Received: (qmail 5195 invoked by uid 22791); 8 Dec 2008 14:09:00 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.245) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Dec 2008 14:08:25 +0000 Received: by rv-out-0708.google.com with SMTP id b17so1435357rvf.48 for ; Mon, 08 Dec 2008 06:08:24 -0800 (PST) Received: by 10.115.91.11 with SMTP id t11mr2424500wal.117.1228745304047; Mon, 08 Dec 2008 06:08:24 -0800 (PST) Received: by 10.114.160.20 with HTTP; Mon, 8 Dec 2008 06:08:24 -0800 (PST) Message-ID: Date: Mon, 08 Dec 2008 14:09:00 -0000 From: "Xiaoliang Lee" To: gdb@sourceware.org Subject: STL debugging MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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: 2008-12/txt/msg00017.txt.bz2 Hi, everybody. Do you know how to debug source using STL especially how to see all the entries in the container conveniently? Many thanks for your time.