From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7971 invoked by alias); 28 Sep 2009 05:09:15 -0000 Received: (qmail 7961 invoked by uid 22791); 28 Sep 2009 05:09:14 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Sep 2009 05:09:10 +0000 Received: from zps75.corp.google.com (zps75.corp.google.com [172.25.146.75]) by smtp-out.google.com with ESMTP id n8S596EE016646 for ; Mon, 28 Sep 2009 06:09:07 +0100 Received: from ywh15 (ywh15.prod.google.com [10.192.8.15]) by zps75.corp.google.com with ESMTP id n8S59353019138 for ; Sun, 27 Sep 2009 22:09:03 -0700 Received: by ywh15 with SMTP id 15so5075789ywh.5 for ; Sun, 27 Sep 2009 22:09:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.173.10 with SMTP id v10mr7027847ybe.230.1254114543311; Sun, 27 Sep 2009 22:09:03 -0700 (PDT) In-Reply-To: <200909262034.26514.sergiodj@linux.vnet.ibm.com> References: <20090925003107.87780843AC@ruffy.mtv.corp.google.com> <200909251639.32714.sergiodj@linux.vnet.ibm.com> <200909262034.26514.sergiodj@linux.vnet.ibm.com> Date: Mon, 28 Sep 2009 05:09:00 -0000 Message-ID: Subject: Re: [RFC] Wording of "catch syscall " warning From: Doug Evans To: =?ISO-8859-1?Q?S=E9rgio_Durigan_J=FAnior?= Cc: tromey@redhat.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2009-09/txt/msg00859.txt.bz2 2009/9/26 S=E9rgio Durigan J=FAnior : > Ok, so here it is. =A0This patch updates the testcase so that it doesn't = fail > when GDB is built without expat support. =A0Also, it removes the unecessa= ry > warning from breakpoint.c, and updates that existing warning in xml-sysca= ll.c > in order to tell the user that GDB won't be able to verify syscall number= s if > no XML support is present. > > What do you think now? Thanks. It's fine with me.