From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4433 invoked by alias); 26 Nov 2001 09:16:15 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4305 invoked from network); 26 Nov 2001 09:15:58 -0000 Received: from unknown (HELO smtpde02.sap-ag.de) (194.39.131.53) by sourceware.cygnus.com with SMTP; 26 Nov 2001 09:15:58 -0000 Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id KAA24641 for ; Mon, 26 Nov 2001 10:19:05 +0100 (MEZ) Date: Tue, 13 Nov 2001 16:57:00 -0000 Message-Id: <200111260915.KAA23733@sap-ag.de> From: Klaus-Georg Adams To: gdb@sources.redhat.com Subject: displaying wchar_t in gdb X-SAP: out X-SW-Source: 2001-11/txt/msg00146.txt.bz2 Hi, I am working on a large project in C++ which works entirely with wide strings and streams. Is there a way to display wchar_t in gdb similar to narrow strings? Thanks, kga PS: Please cc me, I'm not on the list so far. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Klaus-Georg Adams To: gdb@sources.redhat.com Subject: displaying wchar_t in gdb Date: Mon, 26 Nov 2001 01:16:00 -0000 Message-ID: <200111260915.KAA23733@sap-ag.de> X-SW-Source: 2001-11/msg00253.html Message-ID: <20011126011600.IFS1TZHby6XYUf9kG2g5fwIMJgr2wMryMzOJb4n6Pns@z> Hi, I am working on a large project in C++ which works entirely with wide strings and streams. Is there a way to display wchar_t in gdb similar to narrow strings? Thanks, kga PS: Please cc me, I'm not on the list so far.