From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28189 invoked by alias); 14 Nov 2008 18:43:02 -0000 Received: (qmail 28152 invoked by uid 22791); 14 Nov 2008 18:43:01 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Nov 2008 18:42:22 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KAC002006MHSX00@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Fri, 14 Nov 2008 20:44:11 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.205.49]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KAC002I56PELY60@i_mtaout2.012.net.il>; Fri, 14 Nov 2008 20:44:09 +0200 (IST) Date: Fri, 14 Nov 2008 22:58:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Darwin/x86 port (v4 - part 0/4) In-reply-to: X-012-Sender: halo1@inter.net.il To: Tristan Gingold Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00365.txt.bz2 > From: Tristan Gingold > Date: Fri, 14 Nov 2008 17:26:23 +0100 > > here is a new version (v4) of the Darwin/x86 port. > I think I have addressed all comments: Thanks. > *** gdb/NEWS 22 Oct 2008 22:14:21 -0000 1.292 > --- gdb/NEWS 14 Nov 2008 16:17:20 -0000 > *************** > *** 169,174 **** > --- 169,178 ---- > These allow macros to be defined, undefined, and listed > interactively. > > + * New native configurations > + > + x86 Darwin i[34567]86-*-darwin* > + This is okay, but I thought you also support x86_64? > The bigger the value is the more verbose the output is. Suggest to rephrase: "Higher values produce more verbose output." If you agree, please make this change in all the other places you use a similar phrase. > + @item set debug mach-o @var{num} > + @kindex set debug mach-o > + When set to a non zero value, enables debugging messages specific to > mach-o > + object file processing. The bigger the value is the more verbose the Do all Darwin developers know what is "mach-o object file processing"? If not, perhaps a sentence or two of explanations are due. > + If on any inferior faults (but single stepping and > + breakpoint) will be reported as a mach exception before being reported to > + the kernel. "If on, any inferior faults (except single stepping and breakpoint traps) will be announced as mach exceptions before being reported to the kernel." To tell the truth, I don't really understand the meaning of the mach-exceptions option, nor when it will be useful to GDB users. Can you explain?