From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20712 invoked by alias); 20 Oct 2003 14:52:38 -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 20697 invoked from network); 20 Oct 2003 14:52:33 -0000 Received: from unknown (HELO rasta.struction.de) (145.253.248.66) by sources.redhat.com with SMTP; 20 Oct 2003 14:52:33 -0000 Received: from amavis by rasta.struction.de with scanned-ok (Exim 3.35 #1 (Debian)) id 1ABbOc-0005Rk-00 for ; Mon, 20 Oct 2003 16:52:34 +0200 Received: from rasta.struction.de ([127.0.0.1]) by localhost (rasta [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00347-09 for ; Mon, 20 Oct 2003 16:52:18 +0200 (CEST) Received: from [127.0.0.1] (helo=webmail.medialisten.net) by rasta.struction.de with smtp (Exim 3.35 #1 (Debian)) id 1ABbOM-0005Om-00 for ; Mon, 20 Oct 2003 16:52:18 +0200 Received: from 172.19.104.110 (SquirrelMail authenticated user gnuwwel) by webmail.medialisten.net with HTTP; Mon, 20 Oct 2003 16:52:18 +0200 (CEST) Message-ID: <3775.172.19.104.110.1066661538.squirrel@webmail.medialisten.net> Date: Mon, 20 Oct 2003 14:52:00 -0000 Subject: gdb under sparc64-sun-solaris2.9 From: "e.karge" To: gdb@sources.redhat.com Reply-To: e.karge@struction.de User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at struction.de X-SW-Source: 2003-10/txt/msg00221.txt.bz2 hi everybody! I've got a problem debuging programs which are using the 64-bit mode under solaris 9. I use gcc/g++ 3.3 on a clean solaris 9/sparc installation. I build gdb-5.3 and gdb-6.0 with no special configure options. It works well with 32-bit executables, but if I try to run a 64-bit excuteable i get following messages: bash-2.05$ gdb 64bit.debug GNU gdb 5.3 ... This GDB was configured as "sparc64-sun-solaris2.9"... (gdb) break main Breakpoint 1 at 0x100000850: file sizeof.c, line 48. (gdb) run Starting program: /export/shared/home/run/test/64bit.debug procfs: target_wait (wait_for_stop) line 3907, /proc/20752: Value too large for defined data type. (gdb) continue Continuing. Warning: Cannot insert breakpoint 1. Error accessing memory address 0x100000850: I/O error. The same program may be running in another process. (gdb) it's the same with gdb-6.0. I would be grateful for any suggestions, Eric.