Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@gnu.org>
To: Daniel Jacobowitz <drow@false.org>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch/rfa-mips] MIPS GNU/Linux sigtramp unwinders
Date: Thu, 25 Mar 2004 00:20:00 -0000	[thread overview]
Message-ID: <406225B7.8030403@gnu.org> (raw)
In-Reply-To: <20040324192041.GA21977@nevyn.them.org>

>    /* Unwind the frame.  */
>    set_gdbarch_unwind_pc (gdbarch, mips_unwind_pc);
> -  frame_unwind_append_sniffer (gdbarch, mips_mdebug_frame_sniffer);
>    set_gdbarch_unwind_dummy_id (gdbarch, mips_unwind_dummy_id);
> -  frame_base_append_sniffer (gdbarch, mips_mdebug_frame_base_sniffer);
>  
>    /* Map debug register numbers onto internal register numbers.  */
>    set_gdbarch_stab_reg_to_regnum (gdbarch, mips_stab_reg_to_regnum);
> @@ -5807,6 +5805,10 @@ mips_gdbarch_init (struct gdbarch_info i
>  
>    /* Hook in OS ABI-specific overrides, if they have been registered.  */
>    gdbarch_init_osabi (info, gdbarch);
> +
> +  /* Unwind the frame.  */
> +  frame_unwind_append_sniffer (gdbarch, mips_mdebug_frame_sniffer);
> +  frame_base_append_sniffer (gdbarch, mips_mdebug_frame_base_sniffer);

Yes, ok.  I did the same move for PPC.

Andrew



  reply	other threads:[~2004-03-25  0:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-24 19:20 Daniel Jacobowitz
2004-03-25  0:20 ` Andrew Cagney [this message]
2004-03-25  1:28   ` Daniel Jacobowitz

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=406225B7.8030403@gnu.org \
    --to=cagney@gnu.org \
    --cc=drow@false.org \
    --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