From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29442 invoked by alias); 13 May 2003 07:01:59 -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 29212 invoked from network); 13 May 2003 07:01:57 -0000 Received: from unknown (HELO serdis.dis.ulpgc.es) (193.145.147.54) by sources.redhat.com with SMTP; 13 May 2003 07:01:57 -0000 Received: from siglo21.dis.ulpgc.es (IDENT:root@siglo21.dis.ulpgc.es [193.145.147.56]) by serdis.dis.ulpgc.es (8.10.2/8.9.2) with ESMTP id h4D7FfE690910 for ; Tue, 13 May 2003 07:15:41 GMT Received: (from nobody@localhost) by siglo21.dis.ulpgc.es (8.11.6/8.9.3) id h4D6tqo05874; Tue, 13 May 2003 07:55:52 +0100 Date: Tue, 13 May 2003 07:01:00 -0000 Message-Id: <200305130655.h4D6tqo05874@siglo21.dis.ulpgc.es> X-Authentication-Warning: siglo21.dis.ulpgc.es: nobody set sender to a2782@dis.ulpgc.es using -f From: a2782@dis.ulpgc.es To: gdb@sources.redhat.com Reply-To: a2782@dis.ulpgc.es MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP3 Imap webMail Program 2.0.11 Subject: Some questions X-SW-Source: 2003-05/txt/msg00218.txt.bz2 Hi to all! Has anyone tried to debug with GDB a program compiled with GPC (GNU Pascal Compiler)? When I type list GDB shows me . Any idea? I am also having problems with C++ classes. I am not able to do a print of a virtual pointer of a class, GDB answers that _vptr is not a member of the class, but I can do it in MinGW GDB (where this pointer is called _vptr$class). I need to access typing print object._vptr and print &object._vptr, not doing info locals or so. Thanks in advance, Daniel Bautista