From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7660 invoked by alias); 21 Dec 2004 17:15:25 -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 7604 invoked from network); 21 Dec 2004 17:15:18 -0000 Received: from unknown (HELO kedras.mif.vu.lt) (193.219.42.20) by sourceware.org with SMTP; 21 Dec 2004 17:15:18 -0000 Received: from usnis (stud-gw.mif.vu.lt [193.219.42.81]) by kedras.mif.vu.lt (Postfix) with SMTP id 6DF177EE3 for ; Tue, 21 Dec 2004 19:15:17 +0200 (EET) Message-ID: <005001c4e780$a536aaf0$512adbc1@usnis> From: "Rimgaudas Laucius" To: Subject: 8bit characters support Date: Tue, 21 Dec 2004 17:15:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-4" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00106.txt.bz2 Hello, is it posible to add characters from range #127-#255 support to gdb and is it in your plans (i think it must be not very dificult)? I mean that these characters can be used in program constructing identifiers (for example variable names)(i have extended Free Pascal compiler to support this)(now gdb understands these characters and did not crashes, bud values of such variables can not be watched because gdb tells that illegal character is noticed) and also file names (now you can even input file name with such characters because gdb console does not accept this, though such file can be loaded and debugged in other way (for example using libgdb interface)). I think it is important feature for people using other than english language.