From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6504 invoked by alias); 17 Nov 2005 18:44:33 -0000 Received: (qmail 6497 invoked by uid 22791); 17 Nov 2005 18:44:32 -0000 Received: from mail-out4.apple.com (HELO mail-out4.apple.com) (17.254.13.23) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 17 Nov 2005 18:44:32 +0000 Received: from relay5.apple.com (a17-128-113-35.apple.com [17.128.113.35]) by mail-out4.apple.com (8.12.11/8.12.11) with ESMTP id jAHIh8nc017410; Thu, 17 Nov 2005 10:43:08 -0800 (PST) Received: from [17.219.208.36] (unknown [17.219.208.36]) by relay5.apple.com (Apple SCV relay) with ESMTP id 29CD5324002; Thu, 17 Nov 2005 10:43:07 -0800 (PST) Message-ID: <437CCF3B.5000803@apple.com> Date: Thu, 17 Nov 2005 18:44:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.12) Gecko/20050915 MIME-Version: 1.0 To: Daniel Jacobowitz CC: Vladimir Prus , gdb@sources.redhat.com Subject: Re: libGDB and gdbserver questions References: <20051117035843.GA3513@nevyn.them.org> In-Reply-To: <20051117035843.GA3513@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00348.txt.bz2 Daniel Jacobowitz wrote: >On Wed, Nov 16, 2005 at 10:58:25AM +0300, Vladimir Prus wrote: > >>Unfortunately, I don't know better way. Refactoring gdb to support several >>connections to remote targets and to add an explicit notion of "process" >>might be very hard. >> > >Yes, I think it will be - however, it needs to get done eventually, I >think. > It was on the original GDB 5 plan I believe - I guess now it would have to be part of a GDB 7 plan... :-) In the meantime, we could encourage the direction by accepting refactoring-type patches that gather random inferior-related globals into objects. Stan