Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Kevin Buettner <kevinb@cygnus.com>
To: gdb-patches@sources.redhat.com
Subject: Re: [PATCH RFA]: Fix i386-linux-nat.c fill_gregset()
Date: Wed, 07 Nov 2001 08:30:00 -0000	[thread overview]
Message-ID: <1011118000652.ZM6977@ocotillo.lan> (raw)
In-Reply-To: Kevin Buettner <kevinb@cygnus.com> "[PATCH RFA]: Fix i386-linux-nat.c fill_gregset()" (Nov 17,  3:17am)

On Nov 17,  3:17am, Kevin Buettner wrote:

> 	* i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen()
> 	when fetching ORIG_EAX.
[...]
> -    read_register_gen (I386_LINUX_ORIG_EAX_REGNUM, (char *) (regp + ORIG_EAX));
> +    *(regp + regmap[ORIG_EAX]) =
> +      *(elf_greg_t *) &registers[REGISTER_BYTE (I386_LINUX_ORIG_EAX_REGNUM)];

Committed.  (Thanks to Mark K. for the quick approval.)

I'm going to convert fill_gregset() to use regcache_collect() as a
separate step.  I'm testing it now and will commit it as "obvious"
assuming my testing goes okay...

Kevin


      parent reply	other threads:[~2001-11-18  0:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-07  8:10 Kevin Buettner
2001-11-07  8:14 ` Mark Kettenis
2001-11-07  8:19 ` Andrew Cagney
2001-11-07  8:30 ` Kevin Buettner [this message]

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=1011118000652.ZM6977@ocotillo.lan \
    --to=kevinb@cygnus.com \
    --cc=gdb-patches@sources.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