From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73304 invoked by alias); 26 Apr 2015 01:26:15 -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 73226 invoked by uid 89); 26 Apr 2015 01:26:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 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:26:09 +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 1YmB8l-0002UR-56; Sun, 26 Apr 2015 03:13:47 +0200 From: Gabriel Krisman Bertazi To: gdb-patches@sourceware.org Cc: dje@google.com, sergiodj@redhat.com, Gabriel Krisman Bertazi Subject: [PATCH v3 06/17] Create syscall groups for ppc64. Date: Sun, 26 Apr 2015 01:26:00 -0000 Message-Id: <1430011521-24340-7-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/msg00958.txt.bz2 This commit introduces the following syscall groups for the ppc64 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/ppc64-linux.xml: Add 'groups' attribute to several syscalls on ppc64. Create groups memory, ipc, file, descriptor, process and signal. --- gdb/syscalls/ppc64-linux.xml | 288 ++++++++++++++++++++++--------------------- 1 file changed, 145 insertions(+), 143 deletions(-) diff --git a/gdb/syscalls/ppc64-linux.xml b/gdb/syscalls/ppc64-linux.xml index a456317..e596091 100644 --- a/gdb/syscalls/ppc64-linux.xml +++ b/gdb/syscalls/ppc64-linux.xml @@ -13,81 +13,83 @@ The file mentioned above belongs to the Linux Kernel. --> + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - + + + + + + - - + + - - - + + + - + - - - - - - + + + + + + - + - + - + - - + + - + - + - - - + + + - - + + @@ -96,78 +98,78 @@ - - - - - - + + + + + + - - - - - - - + + + + + + + - - + + - + - - - + + + - - + + - - - - + + + + - - + + - + - + - - + + - - - - + + + + - + - - - - + + + + @@ -177,57 +179,57 @@ - + - + - - - - - - - - - - - + + + + + + + + + + + - - + + - + - + - - - - + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -238,13 +240,13 @@ - - + + - - - - + + + + @@ -255,15 +257,15 @@ - - - - + + + + - - - + + + @@ -274,22 +276,22 @@ - + - - - + + + - - - - - - - - - - + + + + + + + + + + -- 1.9.3