From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7948 invoked by alias); 17 Dec 2003 15:30:02 -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 7653 invoked from network); 17 Dec 2003 15:30:00 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 17 Dec 2003 15:30:00 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hBHFTxA25161 for ; Wed, 17 Dec 2003 10:29:59 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hBHFTxE01721; Wed, 17 Dec 2003 10:29:59 -0500 Received: from localhost.localdomain (vpn50-15.rdu.redhat.com [172.16.50.15]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id hBHFTw6V012462; Wed, 17 Dec 2003 10:29:58 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id hBHFTrO10906; Wed, 17 Dec 2003 08:29:53 -0700 Date: Wed, 17 Dec 2003 15:30:00 -0000 From: Kevin Buettner Message-Id: <1031217152952.ZM10905@localhost.localdomain> In-Reply-To: Deepak Gupta "Remote debug support in gdb for ia64 ?" (Dec 16, 9:38pm) References: <20031217053840.13173.qmail@web20024.mail.yahoo.com> To: Deepak Gupta , linux-ia64@vger.kernel.org Subject: Re: Remote debug support in gdb for ia64 ? Cc: gdb@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00240.txt.bz2 On Dec 16, 9:38pm, Deepak Gupta wrote: > I am trying to use GDB to remote debug a Linux Kernel > running on an IA64 Machine. I am running the GDB on an > i386 Machine. > > Does GDB have remote debugging support for an IA64 > Machine. I could not find any file of the sort - > ia64-stub.c. If GDB does have support, lpease be kind > enough to let me know the corresponding file in the > GDB Source Code. Remote debugging of user space code (via gdbserver) used to work. I haven't tried it in a very long time, so I don't know if it still works or not. There is no (example) IA-64 stub file included with the GDB distribution. You'll have to do this part yourself. Kevin