From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15171 invoked by alias); 23 Apr 2005 00:51:53 -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 14997 invoked from network); 23 Apr 2005 00:51:31 -0000 Received: from unknown (HELO mail-out3.apple.com) (17.254.13.22) by sourceware.org with SMTP; 23 Apr 2005 00:51:31 -0000 Received: from mailgate2.apple.com (a17-128-100-204.apple.com [17.128.100.204]) by mail-out3.apple.com (8.12.11/8.12.11) with ESMTP id j3N0pVqf029284 for ; Fri, 22 Apr 2005 17:51:31 -0700 (PDT) Received: from relay3.apple.com (relay3.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.3.17) with ESMTP id ; Fri, 22 Apr 2005 17:51:31 -0700 Received: from [17.219.197.153] ([17.219.197.153]) by relay3.apple.com (8.12.11/8.12.11) with ESMTP id j3N0pPrO023544 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Fri, 22 Apr 2005 17:51:28 -0700 (PDT) In-Reply-To: <80A2E563-8EAA-4D8D-879F-DB3A9A13B238@apple.com> References: <547BC9E3-4C03-4724-8BB5-BB1A99BB3625@apple.com> <80A2E563-8EAA-4D8D-879F-DB3A9A13B238@apple.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <35a0df544b47a6da6983eb48f9dfcba2@geoffk.org> Content-Transfer-Encoding: 7bit Cc: gcc-patches@gcc.gnu.org, gdb@sources.redhat.com From: Geoff Keating Subject: Re: [PATCH] Debugging Vector Types Date: Sat, 23 Apr 2005 00:51:00 -0000 To: Devang Patel X-SW-Source: 2005-04/txt/msg00160.txt.bz2 On 22/04/2005, at 5:36 PM, Devang Patel wrote: > > On Apr 22, 2005, at 5:14 PM, Geoffrey Keating wrote: > >> - I don't think this should be Darwin-specific. Shouldn't everyone >> have it? >> It's not like it can break Solaris dbx or something, unless people >> are >> using vector types, in which case IMO they should just use GDB. > > I was just playing safe. I don't think there's any reason to (but if anyone else does, speak up!) Could you send a version of the patch which adds the extension for every platform? Then wait until, say, Tuesday so that people have a chance to object, and if there are no objections you can just commit it. >> - You need to update stabs.texi, which I think lives in GDB. (It's >> the only stabs documentation we have, so keeping it up-to-date is >> important!) > > The doc version I have already lists it as an extension. Excellent, then there's no need for any changes there.