From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23410 invoked by alias); 1 Feb 2002 16:52:52 -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 23377 invoked from network); 1 Feb 2002 16:52:49 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 1 Feb 2002 16:52:49 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 94BC23E02; Fri, 1 Feb 2002 11:52:42 -0500 (EST) Message-ID: <3C5AC7DA.4030007@cygnus.com> Date: Fri, 01 Feb 2002 08:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Dan Kegel Cc: "gdb@sources.redhat.com" Subject: Re: Remote Debugging Redux References: <3C5AC2EB.2AA39E56@kegel.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00028.txt.bz2 > For me, and probably for a lot of other people, > remote debugging is becoming increasingly important. > In particular, we need gdb's "gdbserver" to support > * multiple architectures This could mean many things. Have a look at http://sources.redhat.com/gdb/papers/multi-arch/real-multi-arch/ I suspect you mean support for more architectures. > * multiple threads Yes. > * stl and other complex C++ stuff, compiled with gcc 3.x FYI, this has nothing to do with gdbserver. > There's a lot of action behind the scenes, and it's confusing > to the casual onlooker. So I'm starting to collect notes > on the subject at > http://www.kegel.com/linux/gdbserver.html > including e.g. a link to the gdbserver patches for powerpc > and arm that Daniel Jacobowitz just posted. > > If anyone knows of related pages or information missing > from my page, please email me, additions and corrections > gladly accepted. I'll add a link to http://sources.redhat.com/gdb/links/ Andrew