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 v2 0/3] Shared libraries MI command


This is the version 2 of this patchset
https://sourceware.org/ml/gdb-patches/2016-09/msg00091.html

Patches 1 and 2 were already OK'd but are rebased. Patch 3 was modified
following Pedro's and Simon's comments.

Marc-Andre Laperle (3):
  Remove unused parameter in solib_add and update_solib_list
  Add a better diagnostic message in mi_gdb_test
  Add -file-list-shared-libraries MI command

 gdb/doc/gdb.texinfo               | 25 +++++++++++++-----
 gdb/infcmd.c                      |  2 +-
 gdb/mi/mi-cmd-file.c              | 54 +++++++++++++++++++++++++++++++++++++++
 gdb/mi/mi-cmds.c                  |  2 ++
 gdb/mi/mi-cmds.h                  |  1 +
 gdb/mi/mi-interp.c                | 35 +++++++++++++++++++------
 gdb/mi/mi-interp.h                | 27 ++++++++++++++++++++
 gdb/remote.c                      |  2 +-
 gdb/solib-frv.c                   |  2 +-
 gdb/solib-svr4.c                  |  6 ++---
 gdb/solib.c                       | 47 ++++++++--------------------------
 gdb/solib.h                       | 23 ++++++++++++++++-
 gdb/solist.h                      |  5 ++++
 gdb/testsuite/gdb.mi/mi-solib.exp | 49 ++++++++++++++++++++++++-----------
 gdb/testsuite/lib/mi-support.exp  |  2 +-
 15 files changed, 208 insertions(+), 74 deletions(-)
 create mode 100644 gdb/mi/mi-interp.h

-- 
2.9.3


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