From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14157 invoked by alias); 10 Apr 2003 19:17:18 -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 14150 invoked from network); 10 Apr 2003 19:17:17 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 10 Apr 2003 19:17:17 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id PAA15223 for ; Thu, 10 Apr 2003 15:16:57 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id PAA26733 for ; Thu, 10 Apr 2003 15:17:16 -0400 Message-ID: <032e01c2ff95$cf069400$0202040a@catdog> From: "Kris Warkentin" To: Subject: gdbserver implementation Date: Thu, 10 Apr 2003 19:17:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-04/txt/msg00097.txt.bz2 I'm thinking about doing some work on making gdbserver work on QNX Neutrino. I'd love to RTFM on how to do that but so far I'm not finding it. Is there an FM or do I have to RTFC? I already have gdb running on Neutrino using our procfs interface so I suspect that a large part of the work has been done for me there. I had this fantasy that gdbserver would just use the native files for a target and take what functionality it needed from there but that doesn't seem to be the case. I guess the dependencies would make it too big that way. Perhaps someone can share some advice, point to a link or at least suggest which header to look at first? TIA Kris