From: Bin Meng <bmeng.cn@gmail.com>
To: Ian Jiang <ianjiang.ict@gmail.com>
Cc: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>
Subject: Re: riscv: How to debug a wrong pc after executing ret instruction?
Date: Wed, 8 Jan 2020 23:08:13 +0800 [thread overview]
Message-ID: <CAEUhbmX_0Mw2-FiYRtBS3t72v1vDkBLfco6_SuKrFao4hgpuBw@mail.gmail.com> (raw)
In-Reply-To: <CAMAD20mmgEa_W869C961T_1DQnx+J=dKYFJgv=2WEw5iDL5T1A@mail.gmail.com>
On Wed, Jan 8, 2020 at 5:23 PM Ian Jiang <ianjiang.ict@gmail.com> wrote:
>
> Problem
> ======
> The next instruction after executing "ret" (i.e. jalr x0, 0(x1)) is not at 0x000000008000056c (x1/ra) as expected, but at 0x000000008000056c.
I don't get this. is not at address A but at address B, but you wrote
A and B exactly the same?
> How to debug this issue? Any suggestion is appreciated.
>
> QEMU command
> =============
> qemu-system-riscv64 -nographic -machine virt -kernel my-test.elf -smp 1 -d in_asm,cpu
>
> Trace (piece)
> ===========
> IN:
> 0x0000000081150000: 00259eb7 lui t4,2461696
> 0x0000000081150004: 00099b37 lui s6,626688
> 0x0000000081150008: 01db3023 sd t4,0(s6)
> 0x000000008115000c: 00008067 ret
>
> pc 0000000081150000
> x1/ra 000000008000056c
>
> IN:
> 0x0000000080003da0: 10503023 sd t0,256(zero)
> ...
>
>
> QEMU version
> ===========
> upstream tag v4.2.0
>
Regards,
Bin
next prev parent reply other threads:[~2020-01-08 15:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-08 9:22 riscv: How to debug a wrong pc after executing ret instruction? Ian Jiang
2020-01-08 15:08 ` Bin Meng [this message]
2020-01-08 15:34 ` Peter Maydell
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=CAEUhbmX_0Mw2-FiYRtBS3t72v1vDkBLfco6_SuKrFao4hgpuBw@mail.gmail.com \
--to=bmeng.cn@gmail.com \
--cc=ianjiang.ict@gmail.com \
--cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).