Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove VEC (CORE_ADDR)
@ 2017-04-16 14:14 Simon Marchi
  2017-04-16 14:14 ` [PATCH 3/4] Use std::vector in solib-target lm_info Simon Marchi
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Simon Marchi @ 2017-04-16 14:14 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

The starting point of this series was to try to remove the definition of VEC
(CORE_ADDR) and fix what it breaks.

The series has been through the buildbot.  I see some failures on the AArch32
builder, but I see the same failures on previous builds, so I don't think this
series is the cause.

Simon Marchi (4):
  Change field separator in gdbarch.sh
  Change return type of gdbarch_software_single_step to
    vector<CORE_ADDR>
  Use std::vector in solib-target lm_info
  Remove definition of VEC (CORE_ADDR)

 gdb/aarch64-tdep.c            |  17 +-
 gdb/alpha-tdep.c              |  23 ++-
 gdb/alpha-tdep.h              |   3 +-
 gdb/arch/arm-get-next-pcs.c   |  89 +++++-----
 gdb/arch/arm-get-next-pcs.h   |   5 +-
 gdb/arm-linux-tdep.c          |  21 +--
 gdb/arm-tdep.c                |  30 +---
 gdb/arm-tdep.h                |   4 +-
 gdb/breakpoint.c              |  10 +-
 gdb/common/gdb_vecs.h         |   2 -
 gdb/cris-tdep.c               |   8 +-
 gdb/gdbarch.c                 |   2 +-
 gdb/gdbarch.h                 |   7 +-
 gdb/gdbarch.sh                | 385 +++++++++++++++++++++---------------------
 gdb/gdbserver/linux-arm-low.c |   7 +-
 gdb/gdbserver/linux-low.c     |   9 +-
 gdb/gdbserver/linux-low.h     |   2 +-
 gdb/mips-tdep.c               |  57 ++++---
 gdb/mips-tdep.h               |   3 +-
 gdb/moxie-tdep.c              |  26 ++-
 gdb/nios2-tdep.c              |   7 +-
 gdb/ppc-tdep.h                |   3 +-
 gdb/rs6000-aix-tdep.c         |  10 +-
 gdb/rs6000-tdep.c             |  15 +-
 gdb/s390-linux-tdep.c         |  15 +-
 gdb/solib-target.c            |  49 +++---
 gdb/sparc-tdep.c              |   8 +-
 gdb/spu-tdep.c                |   9 +-
 gdb/tic6x-tdep.c              |   7 +-
 29 files changed, 390 insertions(+), 443 deletions(-)

-- 
2.12.2


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

end of thread, other threads:[~2017-05-02 17:50 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-16 14:14 [PATCH 0/4] Remove VEC (CORE_ADDR) Simon Marchi
2017-04-16 14:14 ` [PATCH 3/4] Use std::vector in solib-target lm_info Simon Marchi
2017-04-18 20:18   ` Pedro Alves
2017-04-19  4:18     ` Simon Marchi
2017-04-19  4:30     ` [PATCH v2] " Simon Marchi
2017-04-30  0:35     ` [PATCH v3] Use std::vector in lm_info_target Simon Marchi
2017-04-30  0:42       ` Simon Marchi
2017-05-02 16:06         ` Pedro Alves
2017-05-02 16:12       ` Pedro Alves
2017-05-02 17:25         ` Simon Marchi
2017-05-02 17:37           ` Pedro Alves
2017-05-02 17:50             ` Simon Marchi
2017-04-16 14:14 ` [PATCH 4/4] Remove definition of VEC (CORE_ADDR) Simon Marchi
2017-04-18 20:18   ` Pedro Alves
2017-04-16 14:14 ` [PATCH 1/4] Change field separator in gdbarch.sh Simon Marchi
2017-04-18 20:17   ` Pedro Alves
2017-04-18 20:20   ` Pedro Alves
2017-04-19  4:03     ` Simon Marchi
2017-04-19 10:31       ` Pedro Alves
2017-04-16 14:15 ` [PATCH 2/4] Change return type of gdbarch_software_single_step to vector<CORE_ADDR> Simon Marchi
2017-04-18 20:17   ` Pedro Alves
2017-04-19  4:08     ` Simon Marchi
2017-04-19 10:32       ` Pedro Alves
2017-05-02 17:35 ` [PATCH 0/4] Remove VEC (CORE_ADDR) Simon Marchi

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