From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20641 invoked by alias); 22 Jan 2014 17:57:08 -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 20625 invoked by uid 89); 22 Jan 2014 17:57:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp10.uk.ibm.com Received: from e06smtp10.uk.ibm.com (HELO e06smtp10.uk.ibm.com) (195.75.94.106) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 22 Jan 2014 17:57:07 +0000 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 22 Jan 2014 17:57:04 -0000 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp10.uk.ibm.com (192.168.101.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 22 Jan 2014 17:57:01 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 6959D1B0805D for ; Wed, 22 Jan 2014 17:56:26 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0MHumix54984878 for ; Wed, 22 Jan 2014 17:56:48 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s0MHv0vc029674 for ; Wed, 22 Jan 2014 10:57:00 -0700 Received: from bart (dyn-9-152-212-89.boeblingen.de.ibm.com [9.152.212.89]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with SMTP id s0MHuxq2029660; Wed, 22 Jan 2014 10:56:59 -0700 Received: by bart (sSMTP sendmail emulation); Wed, 22 Jan 2014 18:56:58 +0100 Date: Wed, 22 Jan 2014 17:57:00 -0000 From: Andreas Krebbel To: Andreas Arnez Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] S390: Add support for 'catch syscall' command. Message-ID: <20140122175658.GA9898@bart> References: <87r4800yt0.fsf@br87z6lw.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r4800yt0.fsf@br87z6lw.de.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14012217-4966-0000-0000-000008265CEE X-SW-Source: 2014-01/txt/msg00875.txt.bz2 On Wed, Jan 22, 2014 at 05:24:43PM +0100, Andreas Arnez wrote: > gdb/ChangeLog: > * syscalls/s390x-linux.xml: New file. > * syscalls/s390-linux.xml: New file. > * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro. > (XML_SYSCALL_FILENAME_S390X): Likewise. > (op_svc): New enum value for SVC opcode. > (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'. > (s390_linux_get_syscall_number): New function. > (s390_gdbarch_init): Register '*get_syscall_number' and the > syscall xml file name. > * data-directory/Makefile.in (SYSCALLS_FILES): Add > "s390-linux.xml" and "s390x-linux.xml". > * NEWS: Announce new feature. > > gdb/testsuite/ChangeLog: > * gdb.base/catch-syscall.exp: Activate test on s390*-linux. Applied. Thanks! (subject line is missing from git log - sorry) Bye, -Andreas-