This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Remove parameter valaddr from la_val_print


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]