From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8567 invoked by alias); 16 Dec 2006 17:12:04 -0000 Received: (qmail 8559 invoked by uid 22791); 16 Dec 2006 17:12:04 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 16 Dec 2006 17:11:58 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1Gvd4l-0003iV-Ky; Sat, 16 Dec 2006 12:11:55 -0500 Date: Sat, 16 Dec 2006 17:12:00 -0000 From: Daniel Jacobowitz To: Kiran Pradeep Cc: gdb@sourceware.org Subject: Re: editing source files in gdb Message-ID: <20061216171155.GA14201@nevyn.them.org> Mail-Followup-To: Kiran Pradeep , gdb@sourceware.org References: <6e2feee40612160009v6cc314efk86888be0c2413d37@mail.gmail.com> <17795.43881.874312.195558@kahikatea.snap.net.nz> <6e2feee40612160157x2c893c26m91b1a6e46f851a88@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6e2feee40612160157x2c893c26m91b1a6e46f851a88@mail.gmail.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2006-12/txt/msg00148.txt.bz2 On Sat, Dec 16, 2006 at 03:27:53PM +0530, Kiran Pradeep wrote: > I have one more doubt. I have defined a string like > > typedef std::basic_string< unsigned short, unsigned_short_traits > > utf16string; > utf16string myString; //dont worry about the traits > > Is there any thing in gdb that will help me view the string as i view > a ordinary std::string. Unfortuantely, GDB doesn't have any support for wide character strings yet. -- Daniel Jacobowitz CodeSourcery