Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove parameter valaddr from la_val_print
@ 2016-11-04 17:15 Yao Qi
  2016-11-04 17:15 ` [PATCH 2/2] " Yao Qi
  0 siblings, 1 reply; 6+ messages in thread
From: Yao Qi @ 2016-11-04 17:15 UTC (permalink / raw)
  To: gdb-patches

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-08 15:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <86wpge87zz.fsf@gmail.com>
2016-11-08 14:01 ` [PATCH 2/2] Remove parameter valaddr from la_val_print Ulrich Weigand
2016-11-08 15:29   ` Yao Qi
2016-11-04 17:15 [PATCH 0/2] " Yao Qi
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox