From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102520 invoked by alias); 26 Apr 2015 01:47:33 -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 102492 invoked by uid 89); 26 Apr 2015 01:47:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no version=3.3.2 X-HELO: layla.krisman.be Received: from layla.krisman.be (HELO layla.krisman.be) (176.31.208.35) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 26 Apr 2015 01:47:23 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (envelope-from ) id 1YmB9L-0002Wu-0r; Sun, 26 Apr 2015 03:14:23 +0200 From: Gabriel Krisman Bertazi To: gdb-patches@sourceware.org Cc: dje@google.com, sergiodj@redhat.com, Gabriel Krisman Bertazi Subject: [PATCH v3 15/17] Create syscall groups for s390x. Date: Sun, 26 Apr 2015 01:47:00 -0000 Message-Id: <1430011521-24340-16-git-send-email-gabriel@krisman.be> In-Reply-To: <1430011521-24340-1-git-send-email-gabriel@krisman.be> References: <1430011521-24340-1-git-send-email-gabriel@krisman.be> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00968.txt.bz2 This commit introduces the following syscall groups for the s390x architecture: memory, ipc, process, descriptor, signal and file. Please note that the sorting of the syscalls among these several groups follows the same structure used in strace. gdb/ * syscalls/s390x-linux.xml: Add 'groups' attribute to several syscalls on s390x. Create groups memory, ipc, file, descriptor, process and signal. --- gdb/syscalls/s390x-linux.xml | 324 ++++++++++++++++++++++--------------------- 1 file changed, 163 insertions(+), 161 deletions(-) diff --git a/gdb/syscalls/s390x-linux.xml b/gdb/syscalls/s390x-linux.xml index 7e727fb..2d08d0d 100644 --- a/gdb/syscalls/s390x-linux.xml +++ b/gdb/syscalls/s390x-linux.xml @@ -13,122 +13,124 @@ The file mentioned above belongs to the Linux Kernel. --> + + - - - - - + + + + + - - - - - - - - + + + + + + + + - - + + - - - + + + - - - - - - + + + + + + - - - + + + - - + + - + - + - - - + + + - - - - + + + + - - - - - + + + + + - - - + + + - - - + + + - - + + - - - - + + + + - - + + - + - + - - - - - - + + + + + + - + - - - - + + + + @@ -138,30 +140,30 @@ - + - + - - - - - - - + + + + + + + - + - - + + - + - + @@ -170,50 +172,50 @@ - + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + - - - - + + + + - + @@ -223,9 +225,9 @@ - - - + + + @@ -236,61 +238,61 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - + + - - + + -- 1.9.3