From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2357 invoked by alias); 1 Feb 2002 16:26:01 -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 2267 invoked from network); 1 Feb 2002 16:25:58 -0000 Received: from unknown (HELO relay.pair.com) (209.68.1.20) by sources.redhat.com with SMTP; 1 Feb 2002 16:25:58 -0000 Received: (qmail 60841 invoked from network); 1 Feb 2002 16:25:56 -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 16:25:56 -0000 X-pair-Authenticated: 24.126.75.99 Message-ID: <3C5AC2EB.2AA39E56@kegel.com> Date: Fri, 01 Feb 2002 08:26: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: "gdb@sources.redhat.com" , "crossgcc@sources.redhat.com" Subject: Remote Debugging Redux Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00022.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 * multiple threads * stl and other complex C++ stuff, compiled with gcc 3.x 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. Thanks, Dan