From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7712 invoked by alias); 26 Nov 2001 09:29:10 -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 7670 invoked from network); 26 Nov 2001 09:29:08 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sourceware.cygnus.com with SMTP; 26 Nov 2001 09:29:08 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id LAA11523; Mon, 26 Nov 2001 11:28:37 +0200 (IST) Date: Tue, 13 Nov 2001 21:23:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Klaus-Georg Adams cc: gdb@sources.redhat.com Subject: Re: displaying wchar_t in gdb In-Reply-To: <200111260915.KAA23733@sap-ag.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-11/txt/msg00147.txt.bz2 Message-ID: <20011113212300.z1iP3ePysDLByIM5VKph-YXPyhcmzK5qGzo58m9__2A@z> On Mon, 26 Nov 2001, Klaus-Georg Adams wrote: > 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? The usual technique is to have in the application a function which can print such strings, and then call it from GDB using the "call" command.