Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andreas Jaeger <aj@suse.de>
To: Michal Ludvig <mludvig@suse.cz>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA] Dwarf2 fix
Date: Mon, 13 May 2002 09:43:00 -0000	[thread overview]
Message-ID: <hor8kgm210.fsf@gee.suse.de> (raw)
In-Reply-To: <3CDFEA7C.7050104@suse.cz> (Michal Ludvig's message of "Mon, 13 May 2002 18:31:56 +0200")

Michal Ludvig <mludvig@suse.cz> writes:

> Hi all,
> this simple patch mysteriously solves problems that we have had on
> x86-64 with stack unwinding. Can I commit? I believe so :-)

What about committing to the 5.2 branch?  Is a 5.2.1 planned?


>
> 2002-05-13  Michal Ludvig  <mludvig@suse.cz>
>          * dwarf2cfi.c (context_cpy): Copy registers correctly.
>          (update_context): Use __func__ in notes.
>
> Index: dwarf2cfi.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/dwarf2cfi.c,v
> retrieving revision 1.4
> diff -c -3 -p -r1.4 dwarf2cfi.c
> *** dwarf2cfi.c 7 May 2002 11:22:54 -0000       1.4
> --- dwarf2cfi.c 13 May 2002 16:24:00 -0000
> *************** static void
> *** 318,325 ****
> --- 318,329 ----
>    context_cpy (struct context *dst, struct context *src)
>    {
>      int regs_size = sizeof (struct context_reg) * NUM_REGS;
> +   struct context_reg *dreg;
>
> +   dreg = dst->reg;
>      *dst = *src;
> +   dst->reg = dreg;
> +

Can you add a comment here, why this is needed?

>      memcpy (dst->reg, src->reg, regs_size);

>    }
>[...]

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


  reply	other threads:[~2002-05-13 16:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-13  9:31 Michal Ludvig
2002-05-13  9:43 ` Andreas Jaeger [this message]
2002-05-13 10:04   ` Michal Ludvig
2002-05-13 10:21     ` Andreas Jaeger
2002-05-13 10:32       ` Michal Ludvig
2002-05-13 14:10         ` Andrew Cagney
2002-05-14  3:02           ` Michal Ludvig
2002-05-23 19:29   ` Andrew Cagney

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=hor8kgm210.fsf@gee.suse.de \
    --to=aj@suse.de \
    --cc=gdb-patches@sources.redhat.com \
    --cc=mludvig@suse.cz \
    /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