From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74914 invoked by alias); 26 Apr 2015 01:26:35 -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 74832 invoked by uid 89); 26 Apr 2015 01:26:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 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:18 +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 1YmB8t-0002Up-Up; Sun, 26 Apr 2015 03:13:56 +0200 From: Gabriel Krisman Bertazi To: gdb-patches@sourceware.org Cc: dje@google.com, sergiodj@redhat.com, Gabriel Krisman Bertazi Subject: [PATCH v3 08/17] Create syscall groups for arm. Date: Sun, 26 Apr 2015 01:26:00 -0000 Message-Id: <1430011521-24340-9-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/msg00960.txt.bz2 This commit introduces the following syscall groups for the arm 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/arm-linux.xml: Add 'groups' attribute to several syscalls on arm. Create groups memory, ipc, file, descriptor, process and signal. --- gdb/syscalls/arm-linux.xml | 470 +++++++++++++++++++++++---------------------- 1 file changed, 236 insertions(+), 234 deletions(-) diff --git a/gdb/syscalls/arm-linux.xml b/gdb/syscalls/arm-linux.xml index 5f7a35a..1e94579 100644 --- a/gdb/syscalls/arm-linux.xml +++ b/gdb/syscalls/arm-linux.xml @@ -15,81 +15,83 @@ The file mentioned above belongs to the Linux Kernel. Some small hand-edits were made. --> + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - + - - - - - - + + + + + + - - + + - + - + - - - - + + + + - - + + - + - + - - - + + + - - + + @@ -98,78 +100,78 @@ - - - - - - + + + + + + - + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - + - - + + - - - - + + + + - + - - - + + + - - + + - + - + - - + + - - - - + + + + - + - - - - + + + + @@ -179,40 +181,40 @@ - + - - - + + + - - - - - - - + + + + + + + - - + + - - - + + + - - - - - - - + + + + + + + @@ -221,37 +223,37 @@ - + - + - - - - - + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -260,12 +262,12 @@ - + - - - - + + + + @@ -276,10 +278,10 @@ - - - - + + + + @@ -290,106 +292,106 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - + - - - + + + - + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - + + - - - + + + - + -- 1.9.3