From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10509 invoked by alias); 26 Apr 2009 18:52:15 -0000 Received: (qmail 10498 invoked by uid 22791); 26 Apr 2009 18:52:14 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout3.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 26 Apr 2009 18:52:09 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KIQ003001OFIT00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Sun, 26 Apr 2009 21:52:05 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.175.232]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KIQ000PE1QSP7T0@i_mtaout3.012.net.il>; Sun, 26 Apr 2009 21:52:05 +0300 (IDT) Date: Sun, 26 Apr 2009 18:52:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 3/3] catch syscall -- try 5 -- Build-system, testcase, documentation and extra command In-reply-to: <1240769095.13755.24.camel@miki> To: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831vrffdt2.fsf@gnu.org> References: <1240446783.2000.83.camel@miki> <83prf1f7hb.fsf@gnu.org> <1240769095.13755.24.camel@miki> X-IsSubscribed: yes 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 X-SW-Source: 2009-04/txt/msg00721.txt.bz2 > From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= > Cc: gdb-patches@sourceware.org > Date: Sun, 26 Apr 2009 15:04:54 -0300 > > > @var{name} can be any system call name that is valid for the > > underlying OS. Just what syscalls are valid depends on the OS. On > > GNU and Unix systems, you can find the full list of valid syscall > > names on . > > I'm having a hard time trying to figure out what to put in " THE NAME OF SYSTEM FILE WHERE TO FIND THE LIST>". How about the header file from the kernel sources which you mentioned in the XML files? Like this one, from x86 Linux: /usr/src/linux/arch/x86/include/asm/unistd_32.h Unless there's a better place to point the readers, that is. Maybe some URL? If there's no good place to look for that on your garden-variety system, just delete that sentence.