Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Sérgio Durigan Júnior" <sergiodj@linux.vnet.ibm.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFC 3/3] catch syscall -- try 6 -- Build system, testcase and documentation
Date: Fri, 11 Sep 2009 07:51:00 -0000	[thread overview]
Message-ID: <83vdjp2a5t.fsf@gnu.org> (raw)
In-Reply-To: <200909101940.29528.sergiodj@linux.vnet.ibm.com>

> From: =?iso-8859-1?q?S=E9rgio_Durigan_J=FAnior?= <sergiodj@linux.vnet.ibm.com>
> Date: Thu, 10 Sep 2009 19:40:29 -0300
> Cc: gdb-patches@sourceware.org
> 
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -3,6 +3,18 @@
>  
>  *** Changes since GDB 6.8
>  
> +* GDB now has the new command `catch syscall'.
> +
> +  catch syscall [NAME(S) | NUMBER(S)]
> +    Catch system calls.  Arguments, which should be names of system
> +    calls or their numbers, mean catch only those syscalls.  Without
> +    arguments, every syscall will be caught.  When the inferior issues
> +    any of the specified syscalls, GDB will stop and announce the system
> +    call, both when it is called and when its call returns.  This
> +    feature is currently available with a native GDB running on the
> +    Linux Kernel, under the following architectures: x86, x86_64,
> +    PowerPC and PowerPC64.
> +
>  * GDB now has an interface for JIT compilation.  Applications that
>  dynamically generate code can create symbol files in memory and register
>  them with GDB.  For users, the feature should work transparently, and
> @@ -234,6 +246,10 @@ powerpc-linux or powerpc64-linux and the spu-elf targets, using the
>  
>  * New commands (for set/show, see "New options" below)
>  
> +catch syscall [NAME(S) | NUMBER(S)]
> +  Catch system calls.  Arguments should be names of system calls or their
> +  numbers.  Without arguments, every system call will be caught.
> +

Sorry, I obviously didn't make myself clear.  I didn't mean to have 2
places mentioning this.  I meant to have only one description, the
first one above, but to put it in the "New commands" section, where
you put the second one.

Thanks.


  reply	other threads:[~2009-09-11  7:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-04 19:01 Sérgio Durigan Júnior
2009-09-05  7:36 ` Eli Zaretskii
2009-09-10 22:41   ` Sérgio Durigan Júnior
2009-09-11  7:51     ` Eli Zaretskii [this message]
2009-09-12  0:25       ` Sérgio Durigan Júnior
2009-09-12  8:17         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83vdjp2a5t.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=sergiodj@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox