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]

Re: [PING][PATCH 0/2] Improved variable object invalidation in GDB


Ping !

Thanks,
Saqlain

On 10/17/19 3:03 PM, Raza, Saqlain wrote:
Hi,
This patch series improves variable object invalidation in GDB.

This is a followup to the patch series submission made in https://sourceware.org/ml/gdb-patches/2015-04/msg00598.html . This problem still holds in the latest GDB master.

Raza, Saqlain (2):
   Fix varobj updation after symbol removal
   Testsuite for varobj updation after symbol removal

  gdb/ChangeLog                              |  13 ++
  gdb/objfiles.c                             |  19 ++
  gdb/testsuite/ChangeLog                    |  11 +
  gdb/testsuite/gdb.mi/mi-var-invalidate.exp |  68 ++++++
  gdb/testsuite/gdb.mi/sym-file-lib.c        |  28 +++
  gdb/testsuite/gdb.mi/sym-file-loader.c     | 355 +++++++++++++++++++++++++++++
  gdb/testsuite/gdb.mi/sym-file-loader.h     | 101 ++++++++
  gdb/testsuite/gdb.mi/sym-file-main.c       |  86 +++++++
  gdb/varobj.c                               |  35 +++
  gdb/varobj.h                               |   4 +
  10 files changed, 720 insertions(+)
  create mode 100644 gdb/testsuite/gdb.mi/sym-file-lib.c
  create mode 100644 gdb/testsuite/gdb.mi/sym-file-loader.c
  create mode 100644 gdb/testsuite/gdb.mi/sym-file-loader.h
  create mode 100644 gdb/testsuite/gdb.mi/sym-file-main.c



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