From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12103 invoked by alias); 18 Jan 2002 12:50:35 -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 12068 invoked from network); 18 Jan 2002 12:50:31 -0000 Received: from unknown (HELO ms12.maridan.dk) (130.226.138.4) by sources.redhat.com with SMTP; 18 Jan 2002 12:50:31 -0000 Received: from SMTP agent by mail gateway Fri, 18 Jan 2002 13:51:08 --100 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message Subject: gdb daemon MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 18 Jan 2002 04:50:00 -0000 Message-ID: <3263F6FB8038AB4192220FA7635835DEB84A@ms12.maridan.dk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: gdb daemon Thread-Index: AcGgHrQH8eZQqeuvRLid8Ukr6QtV7A== From: "Per Dalgas Jakobsen" To: X-SW-Source: 2002-01/txt/msg00209.txt.bz2 Hi I have been looking around for a gdb daemon for remote debugging on i386 ta= rgets. The gdbserver doesn't seem to be exactly what I'm looking for, but I might = have misunderstood - I hope someone can help me with this one: 1) I need to be able to attach a gdb to a remote target ;-) 2) I would like to use the "load" feature, which (if I understood it correc= tly) allows you to start debugging an application on target without manuall= y uploading it to the target first (the load command does that for you). 3) I would like to be able to attach the debugger to an already running app= lication on target (having the source on host). 4) It will be nice (but not critical) if one could include it into the inet= d services, allowing several debugging sessions to be started simultaneousl= y on the same target. 5) User space debugging is sufficient, but if kernel space debugging is als= o possible: COOL!!! Regards Per