public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Duane Ellis <duane_ellis@franklin.com>
To: insight@sources.redhat.com
Subject: Re: Adding Registers
Date: Wed, 13 Feb 2002 06:49:00 -0000	[thread overview]
Message-ID: <200202131448.JAA28737@mercury.franklin.com> (raw)
In-Reply-To: <3c932a4a.62b9.0@esatclear.ie> (mckennad@esatclear.ie)


david> I have tried looking for the function
       target_fetch/store_registers() but I am unable to locate it in
       any C file. I am assuming that this is where you define

Look for these two macros in target.h

#define	target_fetch_registers(regno)	\
     (*current_target.to_fetch_registers) (regno)
#define	target_store_registers(regs)	\
     (*current_target.to_store_registers) (regs)

You need to determine what those function pointers resolve to for your
specific target. Then modify the "pointed to" functions accordingly.

-Duane.

  reply	other threads:[~2002-02-13 14:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-13  3:40 David Mc Kenna
2002-02-13  6:49 ` Duane Ellis [this message]
2002-02-13 10:05 ` Andrew Cagney
  -- strict thread matches above, loose matches on Subject: below --
2002-02-14  4:32 David Mc Kenna
2002-02-14  7:03 ` Duane Ellis
2002-02-14  7:39   ` Andrew Cagney
2002-02-12  6:27 David Mc Kenna
2002-02-12  7:17 ` Duane Ellis
2002-02-12  8:58   ` Keith Seitz
2002-02-12 19:26     ` 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=200202131448.JAA28737@mercury.franklin.com \
    --to=duane_ellis@franklin.com \
    --cc=insight@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).