Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Joern Rennecke <joernr@arc.com>
Cc: gdb@sourceware.org
Subject: Re: How do I replace DEPRECATED_TM_FILE?
Date: Thu, 21 Jun 2007 16:21:00 -0000	[thread overview]
Message-ID: <20070621162152.GA18158@caradoc.them.org> (raw)
In-Reply-To: <20070621161305.GD8169@elsdt-razorfish.arc.com>

On Thu, Jun 21, 2007 at 05:13:05PM +0100, Joern Rennecke wrote:
> I've read that instead of setting DEPRECATED_TM_FILE, we should add new
> members to the target vector.  However, how is the target vector supposed to
> be initialized differently for different subtargets?

The architecture vector (gdbarch), usually, but sometimes the target
vector (target_ops).

> E.g. arc700 can both be used in an 'embedded' configuration and as a linux
> target.  The register numbers in gdb are different for these configurations.
> The register numbers used to be defined in separate DEPRECATED_TM_FILE
> files.
> I can add xxx_regnum members to the target vector and ARC_XX_REGNUM
> accessor macros, but somehow I have to decide in arc_gdbarch_init how I am
> supposed to initialize the target vector.

Why are the register numbers different (and which register numbers)?
That determines the answer to your question.  If it's the dwarf2
mapping, for instance, you'd put overrides in an OS/ABI sniffer in the
Linux tdep file.

I've done a lot of work lately to isolate GDB's internal register
numbering from various external numberings.  You can probably use the
same internal registers in most places now.

-- 
Daniel Jacobowitz
CodeSourcery


  reply	other threads:[~2007-06-21 16:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-21 16:13 Joern Rennecke
2007-06-21 16:21 ` Daniel Jacobowitz [this message]
2007-06-21 17:33   ` Joern Rennecke
2007-06-21 17:44     ` Daniel Jacobowitz
2007-07-13 17:32   ` Joern Rennecke

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=20070621162152.GA18158@caradoc.them.org \
    --to=drow@false.org \
    --cc=gdb@sourceware.org \
    --cc=joernr@arc.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