From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7177 invoked by alias); 1 Feb 2002 17:24:33 -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 7095 invoked from network); 1 Feb 2002 17:24:14 -0000 Received: from unknown (HELO relay.pair.com) (209.68.1.20) by sources.redhat.com with SMTP; 1 Feb 2002 17:24:14 -0000 Received: (qmail 73819 invoked from network); 1 Feb 2002 17:24:07 -0000 Received: from we-24-126-75-99.we.mediaone.net (HELO kegel.com) (24.126.75.99) by relay1.pair.com with SMTP; 1 Feb 2002 17:24:07 -0000 X-pair-Authenticated: 24.126.75.99 Message-ID: <3C5AD099.67F3B4F7@kegel.com> Date: Fri, 01 Feb 2002 09:24:00 -0000 From: Dan Kegel X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i686) X-Accept-Language: en MIME-Version: 1.0 To: Andrew Cagney CC: "gdb@sources.redhat.com" Subject: Re: Remote Debugging Redux References: <3C5AC2EB.2AA39E56@kegel.com> <3C5AC7DA.4030007@cygnus.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00033.txt.bz2 Andrew Cagney wrote: > > 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. You're right. Thanks for the link, though. > > * multiple threads > > Yes. And it sounds like The Code Is Out There; we just need to shake it out of its hiding-places? > > * stl and other complex C++ stuff, compiled with gcc 3.x > > FYI, this has nothing to do with gdbserver. Oops. Thanks. - Dan