From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101575 invoked by alias); 26 Apr 2015 01:47:20 -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 101430 invoked by uid 89); 26 Apr 2015 01:47:18 -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:47:13 +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 1YmB9D-0002WJ-7e; Sun, 26 Apr 2015 03:14:16 +0200 From: Gabriel Krisman Bertazi To: gdb-patches@sourceware.org Cc: dje@google.com, sergiodj@redhat.com, Gabriel Krisman Bertazi Subject: [PATCH v3 13/17] Create syscall groups for mips-o32. Date: Sun, 26 Apr 2015 01:47:00 -0000 Message-Id: <1430011521-24340-14-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/msg00967.txt.bz2 This commit introduces the following syscall groups for the mips-o32 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/mips-o32-linux.xml: Add 'groups' attribute to several syscalls on mips-o32. Create groups memory, ipc, file, descriptor, process and signal. --- gdb/syscalls/mips-o32-linux.xml | 398 ++++++++++++++++++++-------------------- 1 file changed, 200 insertions(+), 198 deletions(-) diff --git a/gdb/syscalls/mips-o32-linux.xml b/gdb/syscalls/mips-o32-linux.xml index ef8e421..14b4c55 100644 --- a/gdb/syscalls/mips-o32-linux.xml +++ b/gdb/syscalls/mips-o32-linux.xml @@ -13,78 +13,80 @@ The file mentioned above belongs to the Linux Kernel. --> + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + - - + + - - + + - + - - - - - - + + + + + + - + - + - - + + - - + + - + - + - - - + + + - - + + @@ -93,78 +95,78 @@ - - - - + + + + - - - - - - - + + + + + + + - - + + - + - - - + + + - - + + - - - - + + + + - - + + - + - + - - - - - - - + + + + + + + - + - - - - + + + + @@ -174,76 +176,76 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -252,17 +254,17 @@ - + - - - - + + + + - - + + @@ -272,11 +274,11 @@ - - - - - + + + + + @@ -284,64 +286,64 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + -- 1.9.3