Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Hui Zhu <teawater@gmail.com>
To: Ulrich Weigand <uweigand@de.ibm.com>
Cc: gdb@sourceware.org
Subject: Re: [RFC] corelow and multi-arch : Move deprecated_add_core_fns to 	set_gdbarch_regset_from_core_section
Date: Wed, 04 Aug 2010 04:55:00 -0000	[thread overview]
Message-ID: <AANLkTikuhSrAGd+-hvzRf9yVEhePLFsjc+E-W0y6fkUe@mail.gmail.com> (raw)
In-Reply-To: <201008031712.o73HC1fr031054@d12av02.megacenter.de.ibm.com>

On Wed, Aug 4, 2010 at 01:11, Ulrich Weigand <uweigand@de.ibm.com> wrote:
> Hui Zhu wrote:
>
>> This error because sniff_core_bfd return cris_elf_core_fns.   So GDB
>> use cris_elf_core_fns.fetch_core_registers to analyze this mips core.
>> It return cris_elf_core_fns because core_sniffer of cris_elf_core_fns
>> and mips-linux-tdep.c:regset_core_fns is default_core_sniffer.
>> So I think this is not fit with the multi-arch.
>
> Yes, this is broken.  -tdep files should never use deprecated_add_core_fns
> (in fact, *nobody* should use deprecated_add_core_fns, that's why it's
> deprecated :-/).
>
>> Do you think we can begin move  deprecated_add_core_fns to
>> set_gdbarch_regset_from_core_section?
>
> What do you mean, "move"?   The fix for problem is for someone who
> understands the relevant core file formats (and has access to a
> system they can test on) to implement gdbarch_regset_from_core_section
> for cris and/or mips, and then just remove deprecated_add_core_fns
> from those -tdep files.

Sorry for my poor english, what you said is my mean about "move".  :)

>
>> BTW, core_vec->core_read_registers have a argument "which" that
>> gdbarch_regset_from_core_section doesn't have.  Do you think we can
>> add one to it?
>
> No, gdbarch_regset_from_core_section instead gets the "name" argument,
> which is more general.

Ah, that is cool.  Thanks.

Best,
Hui

>
> Bye,
> Ulrich
>
> --
>  Dr. Ulrich Weigand
>  GNU Toolchain for Linux on System z and Cell BE
>  Ulrich.Weigand@de.ibm.com
>


  reply	other threads:[~2010-08-04  4:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-03 15:54 Hui Zhu
2010-08-03 17:12 ` Ulrich Weigand
2010-08-04  4:55   ` Hui Zhu [this message]
2010-08-04 13:53     ` Ulrich Weigand

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=AANLkTikuhSrAGd+-hvzRf9yVEhePLFsjc+E-W0y6fkUe@mail.gmail.com \
    --to=teawater@gmail.com \
    --cc=gdb@sourceware.org \
    --cc=uweigand@de.ibm.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