From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28647 invoked by alias); 15 Dec 2002 05:47:45 -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 28640 invoked from network); 15 Dec 2002 05:47:43 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 15 Dec 2002 05:47:43 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id gBF5lg511015; Sat, 14 Dec 2002 23:47:42 -0600 Date: Sat, 14 Dec 2002 21:47:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200212150547.gBF5lg511015@duracef.shout.net> To: drow@mvista.com, jacqueslen@sympatico.ca Subject: Re: casting in gdb Cc: gdb@sources.redhat.com X-SW-Source: 2002-12/txt/msg00212.txt.bz2 I'm playing with the idea that gdb should know more about the C++ standard library types, in the same spirit that gdb knows that a C "char *" usually points to a string terminated with '\0'. I would like gdb to understood more about std::string, std::vector, std:map, and so on. Daniel J, what do you think? Michael C