Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@vmware.com>
To: Qiu Feng <fallwind@gmail.com>
Cc: "gdb@sourceware.org" <gdb@sourceware.org>
Subject: Re: MIPS stub problem
Date: Tue, 16 Sep 2008 18:35:00 -0000	[thread overview]
Message-ID: <48CFFBCA.4080109@vmware.com> (raw)
In-Reply-To: <4D79C9B593D04500AF1FD6DCEF5EB430@fqiux61>

Qiu Feng wrote:
> Hi all,
> 
> I am implementing a stub for mips. I found epc always contains the position
> of next instuction after the inserted "break", I wonder if PC client gdb
> will take it into acount? Should I manually rollback the epc to the location
> of replaced original instruction?

Hmmm.  I'm rusty here, but I don't think that's the norm
for MIPS.  What exact mips part is this?

There are two classes of processors -- those which point
to the trap instruction itself after taking a trap, and those
that point to the next instruction following the trap insn.

GDB accounts for this difference with a configuration variable
called DECR_PC_AFTER_BREAK ("decrement the PC after a breakpoint").
It's true for i386, for instance, but not normally for mips.


> Another question, does pc side GDB only read local varibles by offset of SP
> (should be $29)?

Again, my MIPS foo is rusty, but its likely that gdb may
also read local variables by offset from a frame pointer reg.


      reply	other threads:[~2008-09-16 18:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-16 16:32 Qiu Feng
2008-09-16 18:35 ` Michael Snyder [this message]

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=48CFFBCA.4080109@vmware.com \
    --to=msnyder@vmware.com \
    --cc=fallwind@gmail.com \
    --cc=gdb@sourceware.org \
    /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