From: Yao Qi <qiyaoltc@gmail.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/2] Remove parameter valaddr from la_val_print
Date: Fri, 04 Nov 2016 17:15:00 -0000 [thread overview]
Message-ID: <1478279691-25682-1-git-send-email-yao.qi@linaro.org> (raw)
Ulrich reminds me that valaddr in la_val_print is no needed, so I write
this patch to remove it. It is done in patch #2. Patch #1 is a
preparatory patch.
Regression tested on x86_64-linux and aarch64-linux. Rebuild with
all targets enabled.
*** BLURB HERE ***
Yao Qi (2):
use get_frame_register_value instead of deprecated_frame_register_read
Remove parameter valaddr from la_val_print
gdb/ada-lang.h | 2 +-
gdb/ada-valprint.c | 59 +++++++++++-------
gdb/c-lang.h | 2 +-
gdb/c-valprint.c | 23 ++++---
gdb/cp-valprint.c | 3 +-
gdb/d-lang.h | 2 +-
gdb/d-valprint.c | 7 ++-
gdb/f-lang.h | 2 +-
gdb/f-valprint.c | 17 +++--
gdb/go-lang.h | 2 +-
gdb/go-valprint.c | 7 ++-
gdb/infcmd.c | 3 -
gdb/language.c | 2 +-
gdb/language.h | 7 ---
gdb/m2-lang.h | 2 +-
gdb/m2-valprint.c | 14 +++--
gdb/mi/mi-main.c | 1 -
gdb/mips-tdep.c | 1 -
gdb/mt-tdep.c | 9 ++-
gdb/p-lang.h | 2 +-
gdb/p-valprint.c | 12 ++--
gdb/printcmd.c | 18 +++---
gdb/rust-lang.c | 13 ++--
gdb/sh64-tdep.c | 15 +++--
gdb/valprint.c | 177 +++++++++++++++++++++++++++++++++--------------------
gdb/valprint.h | 6 +-
gdb/value.h | 2 +-
27 files changed, 241 insertions(+), 169 deletions(-)
--
1.9.1
next reply other threads:[~2016-11-04 17:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-04 17:15 Yao Qi [this message]
2016-11-04 17:15 ` [PATCH 2/2] " Yao Qi
2016-11-07 13:19 ` Ulrich Weigand
2016-11-07 14:24 ` Yao Qi
2016-11-07 14:36 ` Ulrich Weigand
2016-11-04 17:15 ` [PATCH 1/2] use get_frame_register_value instead of deprecated_frame_register_read Yao Qi
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=1478279691-25682-1-git-send-email-yao.qi@linaro.org \
--to=qiyaoltc@gmail.com \
--cc=gdb-patches@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