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/9] minor constification


From: Yao Qi <yao.qi@linaro.org>

Hi,
I have some cycles on the Friday afternoon, and am able to give some
help on c++ conversion project.  This patch set includes some commits
from
https://github.com/palves/gdb/commits/palves/cxx-conversion-attempt-part-2-no-fpermissive
I add the ChangeLog and commit logs for them.  These patches are
straightforward.

I rebuild GDB with all targets enabled.

*** BLURB HERE ***

Pedro Alves (9):
  constify sparc-sol2-tdep.c and spu-tdep.c
  constify gdbserver/server.c
  constify gdbserver/tracepoint.c
  constify nto-tdep.c
  constify remote-m32r-sdi.c
  constify xcoffread.c
  constify tui/tui-io.c
  constify set_breakpoint_condition
  constify i386-sol2-tdep.c and machoread.c

 gdb/breakpoint.c           | 2 +-
 gdb/breakpoint.h           | 2 +-
 gdb/gdbserver/server.c     | 2 +-
 gdb/gdbserver/tracepoint.c | 3 ++-
 gdb/i386-sol2-tdep.c       | 3 ++-
 gdb/machoread.c            | 2 +-
 gdb/nto-tdep.c             | 6 ++++--
 gdb/remote-m32r-sdi.c      | 3 ++-
 gdb/sparc-sol2-tdep.c      | 2 +-
 gdb/spu-tdep.c             | 2 +-
 gdb/tui/tui-io.c           | 2 +-
 gdb/xcoffread.c            | 4 ++--
 12 files changed, 19 insertions(+), 14 deletions(-)

-- 
1.9.1


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