From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6581 invoked by alias); 12 Jun 2003 21:17:06 -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 6562 invoked from network); 12 Jun 2003 21:17:05 -0000 Received: from unknown (HELO mail.drexel.edu) (144.118.25.40) by sources.redhat.com with SMTP; 12 Jun 2003 21:17:05 -0000 Received: from webmail.drexel.edu (webmail.drexel.edu [144.118.25.20]) by mail.drexel.edu (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0HGE00BPQ0GFDI@mail.drexel.edu> for gdb@sources.redhat.com; Thu, 12 Jun 2003 17:17:03 -0400 (EDT) Date: Thu, 12 Jun 2003 21:17:00 -0000 From: nak26 Subject: RE: examining remote core dumps; MT support for attach; To: Daniel Jacobowitz Cc: gdb Message-id: <3EE91D2E@webmail.drexel.edu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-WebMail-UserID: nak26 X-EXP32-SerialNo: 00003005 X-SW-Source: 2003-06/txt/msg00225.txt.bz2 >> How hard would it be to add support for that? I can give it a try, but would >> need some guidance... > >I have no idea how you would do it. You'd have to transfer essentially >the same info anyway. Or port gdbserver to have a "core file" target >but I don't know how well that would work. What do you mean by "Or port gdbserver to have a "core file" target but I don't know how well that would work"? >> I saw a PREPARE_TO_PROCEED patch beeing mentioned in some of the posts. In >> which cases it heeds to be applied? > >You'll probably never hit it unless you manually use the "thread" >command to switch threads and then single-step the new thread. In case I need it, where can I get it from? Thanks, --Nik