From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: GDB on Mac is (NOT) Broken Date: Sun, 14 Mar 2010 15:45:49 -0400 (EDT) Message-ID: <20100314.154549.402196314.hanche@math.ntnu.no> References: <19356.11912.618077.826390@totara.tehura.co.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1268595971 2903 80.91.229.12 (14 Mar 2010 19:46:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 14 Mar 2010 19:46:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 14 20:46:07 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NqtlF-0002qX-51 for ged-emacs-devel@m.gmane.org; Sun, 14 Mar 2010 20:46:05 +0100 Original-Received: from localhost ([127.0.0.1]:59270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqtlE-0004ut-Kv for ged-emacs-devel@m.gmane.org; Sun, 14 Mar 2010 15:46:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqtlA-0004un-VR for emacs-devel@gnu.org; Sun, 14 Mar 2010 15:46:01 -0400 Original-Received: from [140.186.70.92] (port=36935 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nqtl8-0004uf-Gc for emacs-devel@gnu.org; Sun, 14 Mar 2010 15:45:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nqtl6-000179-NK for emacs-devel@gnu.org; Sun, 14 Mar 2010 15:45:58 -0400 Original-Received: from anne.math.ntnu.no ([129.241.15.150]:42014) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Nqtl6-00016x-Af for emacs-devel@gnu.org; Sun, 14 Mar 2010 15:45:56 -0400 Original-Received: (qmail 25917 invoked from network); 14 Mar 2010 19:45:52 -0000 Original-Received: from gauss.math.ntnu.no (HELO localhost) (hanche@129.241.15.102) by anne.math.ntnu.no with ESMTPA; 14 Mar 2010 19:45:52 -0000 In-Reply-To: <19356.11912.618077.826390@totara.tehura.co.nz> X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.3.50 on Emacs 23.1.92 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121968 Archived-At: + nickrob@snap.net.nz (Nick Roberts): > Yes, you could use non-proprietary software. [...] > > You don't say what version of GDB you're using but I suspect it is Apple GDB. Which, being GDB, is of course non-proprietary software (though it runs on a proprietary platform), so Apple must, and does, provide a copy of the modified source code. Many versions are here: http://www.opensource.apple.com/source/gdb/ They don't seem to provide the source in a handy archive format (does the GPL require that?), but I expect that a suitably crafted wget command will get you the whole tree. - Harald