From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15672 invoked by alias); 27 Jan 2003 19:55:51 -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 15653 invoked from network); 27 Jan 2003 19:55:51 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 27 Jan 2003 19:55:51 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id OAA29785 for ; Mon, 27 Jan 2003 14:46:12 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id OAA18679 for ; Mon, 27 Jan 2003 14:55:50 -0500 Message-ID: <105c01c2c63e$0b5de4d0$0202040a@catdog> From: "Kris Warkentin" To: Subject: integer types in gdb code Date: Mon, 27 Jan 2003 19:55:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-01/txt/msg00443.txt.bz2 I'm having trouble cleaning up our code to compile on various targets. It seems like most targets have uint32_t, int8_t, etc. defined but not always (ie. cygwin). Is there a 'gdb approved' header or set of defines that works consistently everywhere? I'd like to be able to use something consistently in all of our code without having to type in 'unsigned long long' and such. cheers, Kris