From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21793 invoked by alias); 22 Jun 2007 11:05:40 -0000 Received: (qmail 21783 invoked by uid 22791); 22 Jun 2007 11:05:40 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 22 Jun 2007 11:05:35 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CE7F798301; Fri, 22 Jun 2007 11:05:33 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id A3236982F0; Fri, 22 Jun 2007 11:05:33 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1I1gxZ-00017v-LY; Fri, 22 Jun 2007 07:05:49 -0400 Date: Fri, 22 Jun 2007 11:05:00 -0000 From: Daniel Jacobowitz To: Bogdan Slusarczyk Cc: gdb@sourceware.org Subject: Re: problem with creating variable object (gdb6.3) Message-ID: <20070622110549.GB4029@caradoc.them.org> Mail-Followup-To: Bogdan Slusarczyk , gdb@sourceware.org References: <467B9F64.7070201@op.pl> <467BA196.1030907@op.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <467BA196.1030907@op.pl> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-06/txt/msg00193.txt.bz2 On Fri, Jun 22, 2007 at 12:16:54PM +0200, Bogdan Slusarczyk wrote: > Additionally I noticed that if I use (short *) instead of (bool *) everything > is fine What is wrong with 'bool'?? Is it a C or C++ program? GDB doesn't know anything about the bool type in C, because it's not part of the C language. -- Daniel Jacobowitz CodeSourcery