From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25175 invoked by alias); 26 Jan 2004 23:22:48 -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 25161 invoked from network); 26 Jan 2004 23:22:43 -0000 Received: from unknown (HELO deadlock.et.tudelft.nl) (130.161.36.93) by sources.redhat.com with SMTP; 26 Jan 2004 23:22:43 -0000 Received: from daniel (helo=localhost) by deadlock.et.tudelft.nl with local-esmtp (Exim 3.35 #1 (Debian)) id 1AlG42-00016S-00 for ; Tue, 27 Jan 2004 00:22:42 +0100 Date: Mon, 26 Jan 2004 23:22:00 -0000 From: =?ISO-8859-1?Q?Dani=EBl_Mantione?= To: gdb@sources.redhat.com Subject: Stabs: constant string, constant boolean Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-SW-Source: 2004-01/txt/msg00309.txt.bz2 Hi, Could someone enlighten me on the support of the constant string and constant boolean for stabs debug information. I tried several versions of gdb (not yet 6.0), but all I get out of them is "error type". I try to generate debug info exactly as described on http://source.redhat.com/gdb/current/onlinedocs/stabs_3.html#SEC16 I.e. I try to add a boolean like this: .stabs "BOOL1:c=3Db0;",36,0,5,0 This results in "error type". However, if I try: .stabs "BOOL1:c=3Di0;",36,0,5,0 ... gdb treats it as integer fine. Any ideas which versions of gdb support these well? Greetings, Dani=EBl Mantione P.s. I'm not on this mailinglist, please cc to me.