From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PATCH 0/2] target/arm: gdbstub system registers refinement
Date: Thu, 7 Mar 2019 12:12:42 -0800 [thread overview]
Message-ID: <20190307201244.8971-1-richard.henderson@linaro.org> (raw)
This was working toward fixing
https://bugs.linaro.org/show_bug.cgi?id=4274
although I don't think I'm entirely successful. I would argue,
however, that gdb's behaviour in this is odd. Why are registers
that are clearly marked "system" being added to "general" simply
because they have integer type?
In the meantime, we don't really need to present these registers
to the user for CONFIG_USER_ONLY.
r~
Richard Henderson (2):
target/arm: Put system registers in "system" group
target/arm: Don't add system-registers.xml for user-only
target/arm/gdbstub.c | 2 +-
target/arm/helper.c | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
--
2.17.2
next reply other threads:[~2019-03-07 20:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-07 20:12 Richard Henderson [this message]
2019-03-07 20:12 ` [Qemu-devel] [PATCH 1/2] target/arm: Put system registers in "system" group Richard Henderson
2019-03-07 20:12 ` [Qemu-devel] [PATCH 2/2] target/arm: Don't add system-registers.xml for user-only Richard Henderson
2019-03-08 15:59 ` [Qemu-devel] [PATCH 0/2] target/arm: gdbstub system registers refinement Peter Maydell
2019-03-08 16:11 ` Richard Henderson
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=20190307201244.8971-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=peter.maydell@linaro.org \
--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).