From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24390 invoked by alias); 14 Sep 2007 13:17:36 -0000 Received: (qmail 24381 invoked by uid 22791); 14 Sep 2007 13:17:35 -0000 X-Spam-Check-By: sourceware.org Received: from elcamino.pasemi.com (HELO elcamino.pasemi.com) (67.155.108.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Sep 2007 13:17:27 +0000 Message-ID: <46EA8A36.2060003@pasemi.com> Date: Fri, 14 Sep 2007 16:50:00 -0000 From: Robert Gries User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: Thiago Jung Bauermann Cc: gdb@sourceware.org, Lou Falek , Daniel Jacobowitz Subject: Re: Does gdb-6.6 support -m64 apps? References: <161448045.26371189537599926.JavaMail.root@postoffice> <1189540861.10254.65.camel@localhost.localdomain> In-Reply-To: <1189540861.10254.65.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-09/txt/msg00130.txt.bz2 I thought I should let you know that it works perfectly on our pa6t parts. Thanks again, gries Thiago Jung Bauermann wrote: >On Tue, 2007-09-11 at 12:06 -0700, Robert Gries wrote: > > >>gries@orion-059:/proj/ext3/users/gries/math/gmpbench-0.1$ /proj/ext3/users/gries/math/gdb-6.6/gdb/gdb rsa >>GNU gdb 6.6 >>Copyright (C) 2006 Free Software Foundation, Inc. >>GDB is free software, covered by the GNU General Public License, and you are >>welcome to change it and/or distribute copies of it under certain conditions. >>Type "show copying" to see the conditions. >>There is absolutely no warranty for GDB. Type "show warranty" for details. >>This GDB was configured as "powerpc64-unknown-linux-gnu"... >>Using host libthread_db library "/lib/libthread_db.so.1". >>(gdb) r 128 >>Starting program: /proj/ext3/users/gries/math/gmpbench-0.1/rsa 128 >>warning: Breakpoint address adjusted from 0x100ab998 to 0x10000180. >> >>Program received signal SIGTRAP, Trace/breakpoint trap. >>0x100001800002d032 in ?? () >> >> > >To debug 64 bit programs, your GDB should be compiled with -m64 as well. >Is this the case? > >