From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9388 invoked by alias); 30 Apr 2009 19:11:11 -0000 Received: (qmail 9374 invoked by uid 22791); 30 Apr 2009 19:11:10 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 30 Apr 2009 19:11:04 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 865E91075A; Thu, 30 Apr 2009 19:11:02 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 6D1A21054A; Thu, 30 Apr 2009 19:11:02 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Lzbev-0005aG-55; Thu, 30 Apr 2009 15:11:01 -0400 Date: Thu, 30 Apr 2009 19:26:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: gdb@sourceware.org Subject: Re: Remote core file debugging Message-ID: <20090430191101.GA21448@caradoc.them.org> Mail-Followup-To: Eli Zaretskii , gdb@sourceware.org References: <83k552dkw3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83k552dkw3.fsf@gnu.org> User-Agent: Mutt/1.5.17 (2008-05-11) 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-04/txt/msg00238.txt.bz2 On Thu, Apr 30, 2009 at 10:03:24PM +0300, Eli Zaretskii wrote: > Is gdbserver supposed to support remote post-mortem debugging using a > core file on a remote machine? No. Can you move the core file to the remote machine? You also need a copy of the target application and libraries on the remote machine, as with live remote debugging. -- Daniel Jacobowitz CodeSourcery