From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31191 invoked by alias); 12 Aug 2010 07:55:54 -0000 Received: (qmail 31180 invoked by uid 22791); 12 Aug 2010 07:55:53 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.nokia.com (HELO mgw-mx03.nokia.com) (192.100.122.230) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Aug 2010 07:55:47 +0000 Received: from esebh106.NOE.Nokia.com (esebh106.ntc.nokia.com [172.21.138.213]) by mgw-mx03.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id o7C7teuE009260 for ; Thu, 12 Aug 2010 10:55:41 +0300 Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by esebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 12 Aug 2010 10:55:34 +0300 Received: from mgw-da02.ext.nokia.com ([147.243.128.26]) by esebh102.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 12 Aug 2010 10:55:34 +0300 Received: from gar.localnet (berwst16747.europe.nokia.com [172.25.167.47]) by mgw-da02.ext.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id o7C7tVIp016207 for ; Thu, 12 Aug 2010 10:55:32 +0300 From: =?iso-8859-1?q?Andr=E9_P=F6nitz?= To: gdb-patches@sourceware.org Subject: Re: RFA: implement "watch -location" Date: Thu, 12 Aug 2010 07:55:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32-21-generic; KDE/4.4.2; i686; ; ) References: <4C632000.2060606@vmware.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201008120955.30585.andre.poenitz@nokia.com> X-Nokia-AV: Clean 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: 2010-08/txt/msg00168.txt.bz2 On Thursday 12 August 2010 00:15:14 ext Tom Tromey wrote: > >>>>> "Michael" =3D=3D Michael Snyder writes: >=20 > Michael> Syntax quibble. "-location"? Don't we traditionally use > Michael> command option syntax such as "print /x"? Hate to be > Michael> inconsistant... >=20 > I picked that because it is what Apple did. Thanks for doing so. =46rom a debugger frontend's point of view it's nasty to have different options for different versions of gdb requiring different code paths, some of which can be only tested on specific platforms etc. Andre'