public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "H.J. Lu" <hjl.tools@gmail.com>
To: Sergio Durigan Junior <sergiodj@redhat.com>
Cc: Binutils Development <binutils@sourceware.org>,
	GDB Patches <gdb-patches@sourceware.org>,
		Pedro Alves <palves@redhat.com>
Subject: Re: [PATCH/RFC 01/02 v2] Refactor PRPSINFO handling on Binutils
Date: Mon, 17 Dec 2012 17:44:00 -0000	[thread overview]
Message-ID: <CAMe9rOqQG8aT3pTeSWfCORCTmk1ys_6PnOaZdi_kH+tc+ztguQ@mail.gmail.com> (raw)
In-Reply-To: <m3txrkshiv.fsf@redhat.com>

On Mon, Dec 17, 2012 at 9:41 AM, Sergio Durigan Junior
<sergiodj@redhat.com> wrote:
> On Monday, December 17 2012, H. J. Lu wrote:
>
>> On Sun, Dec 16, 2012 at 7:09 PM, Sergio Durigan Junior
>> <sergiodj@redhat.com> wrote:
>
>>> +      if (bed->elf_machine_code == EM_X86_64)
>>> +       {
>>> +         prstatusx32_t prstat;
>>> +         memset (&prstat, 0, sizeof (prstat));
>>> +         prstat.pr_pid = pid;
>>> +         prstat.pr_cursig = cursig;
>>> +         memcpy (&prstat.pr_reg, gregs, sizeof (prstat.pr_reg));
>>> +         return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type,
>>> +                                    &prstat, sizeof (prstat));
>>> +       }
>>> +      else
>>
>> When will elf_i386_write_core_note be called for
>> x32 process?
>
> Ops, sorry, that code sneaked in apparently.  Here's the new version of
> the patch.
>

Can you create a git GDB branch for me to try?


-- 
H.J.

  reply	other threads:[~2012-12-17 17:44 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-17  3:10 Sergio Durigan Junior
2012-12-17 15:43 ` H.J. Lu
2012-12-17 17:41   ` Sergio Durigan Junior
2012-12-17 17:44     ` H.J. Lu [this message]
2012-12-17 17:51       ` Sergio Durigan Junior
2012-12-17 22:01         ` H.J. Lu
2012-12-18  5:47           ` Sergio Durigan Junior
2012-12-18 15:43             ` H.J. Lu
2012-12-18 17:38 ` Jan Kratochvil
2012-12-18 19:19   ` Sergio Durigan Junior
2012-12-18 19:43     ` Jan Kratochvil
2012-12-30  1:50       ` Sergio Durigan Junior
2013-01-01 14:30         ` Jan Kratochvil
2013-01-02 23:32           ` Sergio Durigan Junior
2013-01-03 13:44             ` Jan Kratochvil
2013-01-03 15:46               ` Sergio Durigan Junior
2013-01-04  4:40                 ` Sergio Durigan Junior
2013-01-09 20:49                   ` Sergio Durigan Junior
2013-01-10 18:26                   ` Pedro Alves
2013-01-10 19:47                     ` Sergio Durigan Junior
2013-01-11 15:45                       ` Pedro Alves

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=CAMe9rOqQG8aT3pTeSWfCORCTmk1ys_6PnOaZdi_kH+tc+ztguQ@mail.gmail.com \
    --to=hjl.tools@gmail.com \
    --cc=binutils@sourceware.org \
    --cc=gdb-patches@sourceware.org \
    --cc=palves@redhat.com \
    --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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).