From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17369 invoked by alias); 15 Aug 2013 20:05:25 -0000 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 Received: (qmail 17350 invoked by uid 89); 15 Aug 2013 20:05:25 -0000 X-Spam-SWARE-Status: No, score=-5.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 Received: from mail-qe0-f48.google.com (HELO mail-qe0-f48.google.com) (209.85.128.48) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 15 Aug 2013 20:05:23 +0000 Received: by mail-qe0-f48.google.com with SMTP id 9so729738qea.21 for ; Thu, 15 Aug 2013 13:05:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=inibsnirGQ9XGSRpd7uhPAs4wL3OtzAXrXQrBU26Fqg=; b=f+oYE64eA/aWpVhVATAHJjsEzVgTX/TdSRt8mXUfspZ7ADRuwMZSUnE0qAHDUhn1Pa eKlOfSVOk3QczSQD2hX4CQIKBIOv8RZXBkaltnGze4c1z+pSLp0iUpszwtLIbkmv9O73 qruTZhRU+yhPTn8sd5q3x3yYBYsAuRzzTyElBlxpjyAoGQECNC0xy4x9DtvnXkkBzT2f IxBBIw5ngf/HE5GHlt/UFAFvejFmV0nS2oz4hhHK7IWy/oYB52zQr4dwlqyteRp++sFo ZfG/Bmil6eLZWIyU1MOza9kD7aS3EVD2oDifEMCwAB7Hy4GaWMWvd5ALh4dpXMen9jTE Pcsw== X-Gm-Message-State: ALoCoQkFQkWdWiWqbDEGYL//AOOHMu7+wf1Gv+VvfedrgEEqDRgq4awQeTqJsVs2tF6suxSh7x5O9fV57KDYkjSLAQvXCxwMr7K5MkQVxJOKH0aZSp7ppICUTNx6UAfvHrqNvgjqtqvfSXtftxOWKvTyktX5pI4Y+WqErolml9X1fLyqVk+fcyPmzKHp2fl1ENcJk1zdQTEoo+P3KmNo6rJaB0mS5pa9bg== MIME-Version: 1.0 X-Received: by 10.49.116.4 with SMTP id js4mr1780927qeb.14.1376597101125; Thu, 15 Aug 2013 13:05:01 -0700 (PDT) Received: by 10.229.118.199 with HTTP; Thu, 15 Aug 2013 13:05:00 -0700 (PDT) In-Reply-To: References: Date: Thu, 15 Aug 2013 20:05:00 -0000 Message-ID: Subject: Re: [PATCH v2] ARM Linux support for `catch syscall' From: Doug Evans To: Samuel Bronson Cc: Sergio Durigan Junior , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-08/txt/msg00408.txt.bz2 On Wed, Jul 31, 2013 at 1:47 PM, Samuel Bronson wrote: > This time, it passes all the tests and comes with a nearly complete > XML file (plus a script that can nearly regenerate the XML file). > > (I elected to leave out __ARM_NR_cmpxchg, since it has dire warnings > to the effect that the only pieces of code that should be aware of it > are the implementation and the __kuser_cmpxchg code in entry-armv.S.) > > gdb/ > 2013-08-14 Samuel Bronson > > ARM Linux support for `catch syscall'. > * syscalls/arm-linux.py: New file. > * syscalls/arm-linux.xml: Likewise. > * arm-linux-tdep.c (arm_linux_get_syscall_number): New function. > (arm_linux_init_abi): Register the new function and syscall xml file. > * data-directory/Makefile.in: Install the new syscall xml file. > * NEWS: Brag about this. > > gdb/testsuite/ > 2013-08-14 Samuel Bronson > > ARM Linux support for `catch syscall'. > * gdb.base/catch-syscall.exp: Test this on ARM now. > (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too. Hi. The patch is ok with me (but see beow). [Do you have a copyright assignment on file?] >From sergio's comments: >> +print("""\ >> + >> +