From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3466 invoked by alias); 15 Jan 2002 19:11:04 -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 3433 invoked from network); 15 Jan 2002 19:11:04 -0000 Received: from unknown (HELO mail.get2chip.com) (64.169.83.2) by sources.redhat.com with SMTP; 15 Jan 2002 19:11:04 -0000 Message-ID: <3C447EC6.91105808@get2chip.com> Date: Tue, 15 Jan 2002 11:11:00 -0000 From: ccroswhite@get2chip.com Reply-To: ccroswhite@get2chip.com MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: GDB and 64 bit Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00165.txt.bz2 Hello, I am trying to get gdb to understand 64 bit applications. I can not compile gdb with a configuration option (that is configure --host=sparcv9-sun-solaris2.8). So I have gone in and replaced gcc with gcc -m64 and ld with ld -64 (Solaris ld). gdb will now open the executable, however, it will not break and I have seen it print out variables in both 64 bit and 32 bit. I am not exactly sure why it is doing both 1:) printing out 64 and 32 bit code and 2:) why it will not break. Any help would be greatly appreciated. Chris Croswhite Get2Chip, Inc.