From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16803 invoked by alias); 5 Mar 2007 16:11:10 -0000 Received: (qmail 16792 invoked by uid 22791); 5 Mar 2007 16:11:09 -0000 X-Spam-Check-By: sourceware.org Received: from exprod8og58.obsmtp.com (HELO exprod8og58.obsmtp.com) (64.18.3.98) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 05 Mar 2007 16:10:55 +0000 Received: from source ([12.110.134.31]) by exprod8ob58.obsmtp.com ([64.18.7.12]) with SMTP; Mon, 05 Mar 2007 08:00:12 PST Received: from PKONING-LAPTOP.equallogic.com ([172.16.1.128]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 5 Mar 2007 11:00:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17900.16054.484000.36858@gargle.gargle.HOWL> Date: Mon, 05 Mar 2007 16:11:00 -0000 From: Paul Koning To: mattjordan@hotpop.com Cc: gdb@sourceware.org Subject: Re: gdbserver install References: <91b0fcea0703050737w728c923byc5583cc1ab10b1bb@mail.gmail.com> <20070305154206.GA24930@caradoc.them.org> <91b0fcea0703050749m3da4281fv6063c4676e4ca02f@mail.gmail.com> X-Mailer: VM 7.07 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00057.txt.bz2 >>>>> "Matt" == Matt Jordan writes: Matt> Ohh dear, Any suggestions of an alternative method for remote Matt> (C,C++) debugging for solaris? Add Solaris support to gdbserver? I don't know Solaris but I did the same for NetBSD a while back; it was quite easy. Given that GDB works at all, that means there is an API into the OS for debugging. GDB uses that. So does gdbserver, essentially the same API just invoked via a remote stub protocol. paul