Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Samuel Bronson <naesten@gmail.com>
To: Sergio Durigan Junior <sergiodj@redhat.com>
Cc: gdb-patches@sourceware.org, Doug Evans <dje@google.com>
Subject: Re: [PATCH v2] ARM Linux support for `catch syscall'
Date: Fri, 16 Aug 2013 18:50:00 -0000	[thread overview]
Message-ID: <CAJYzjmc1w3HgzjXz3mGGygn3dUXQx6r-yfjWjkRxHO1OmBp1_A@mail.gmail.com> (raw)
In-Reply-To: <m3eh9wrrzs.fsf@redhat.com>

On Wed, Aug 14, 2013 at 3:29 PM, Sergio Durigan Junior
<sergiodj@redhat.com> wrote:
>
> Hi Samuel,
>
> Thanks for the patch.  A few comments.
>
> On Wednesday, July 31 2013, Samuel Bronson wrote:
>
> > This time, it passes all the tests and comes with a nearly complete
> > XML file (plus a script that can nearly regenerate the XML file).
>
> So the XML file is not complete?  What's missing?  IMO it should
> certainly be complete, even if the script can't generate it entirely (in
> which case it should be hand editted).

Well the only thing I know is missing is __ARM_NR_cmpxchg; it's a
little hard to tell about the others.  It has every syscall actually
listed for userspace as of the tag v3.11-rc5, plus the obvious removed
ones.

> > +    m = re.match(r'^\s+/\* (\d+) was sys_(\w+) \*/$', line)
> > +    if m:
> > +        record(m.group(2), int(m.group(1)), 'removed')
>
> I don't get the 'removed' comment.  Looking at
> <include/linux/arch/arm/include/uapi/asm/unistd.h>, I don't see the
> syscalls marked as "removed" in the XML file below.  Where did they come
> from?

(It seems that Sergio was looking at a bad copy of the headers, since resolved.)


  reply	other threads:[~2013-08-16 18:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-31 21:04 [RFC][PATCH] Preliminary `catch syscall' support for ARM Linux Samuel Bronson
2013-08-02 16:56 ` Tom Tromey
     [not found] ` <E1V4dYl-0006Y8-79 at hydrogen>
2013-08-02 20:33   ` [PATCH] ARM Linux support for `catch syscall' Samuel Bronson
2013-08-05 17:47     ` Sergio Durigan Junior
2013-08-07 15:28       ` Doug Evans
     [not found]         ` <E1V9fPE-00060l-WC@hydrogen>
2013-08-14 19:29           ` [PATCH v2] " Sergio Durigan Junior
2013-08-16 18:50             ` Samuel Bronson [this message]
2013-08-15 20:05           ` Doug Evans
2013-08-15 20:08             ` Sergio Durigan Junior
2013-08-16 18:53             ` Samuel Bronson
2013-08-16 18:19 Doug Evans
2013-08-22 20:35 ` Sergio Durigan Junior

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=CAJYzjmc1w3HgzjXz3mGGygn3dUXQx6r-yfjWjkRxHO1OmBp1_A@mail.gmail.com \
    --to=naesten@gmail.com \
    --cc=dje@google.com \
    --cc=gdb-patches@sourceware.org \
    --cc=sergiodj@redhat.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