From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13490 invoked by alias); 1 May 2009 08:06:12 -0000 Received: (qmail 13479 invoked by uid 22791); 1 May 2009 08:06:10 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 May 2009 08:06:04 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KIY00500H2TQP00@i_mtaout2.012.net.il> for gdb@sourceware.org; Fri, 01 May 2009 11:06:02 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.230.216]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KIY0043CH61OL90@i_mtaout2.012.net.il>; Fri, 01 May 2009 11:06:02 +0300 (IDT) Date: Fri, 01 May 2009 08:06:00 -0000 From: Eli Zaretskii Subject: Re: Remote core file debugging In-reply-to: <200904302137.n3ULb5eM004677@brahms.sibelius.xs4all.nl> To: Mark Kettenis Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <837i11dz7v.fsf@gnu.org> References: <83k552dkw3.fsf@gnu.org> <200904302137.n3ULb5eM004677@brahms.sibelius.xs4all.nl> X-IsSubscribed: yes 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: 2009-05/txt/msg00000.txt.bz2 > Date: Thu, 30 Apr 2009 23:37:05 +0200 (CEST) > From: Mark Kettenis > CC: gdb@sourceware.org > > > If gdbserver does not support this, what alternatives do I have? > > Copy the core file and binaries to a somewhat more powerful machine > and use a cross-gdb (the same you'd probably use with gdbserver)? No, I don't need a cross-gdb, as both systems are Red Hat. Thanks.