This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/2] Improved variable object invalidation in GDB
- From: Taimoor <tmirza at codesourcery dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Sun, 13 Jul 2014 12:46:13 +0500
- Subject: Re: [PATCH 0/2] Improved variable object invalidation in GDB
- Authentication-results: sourceware.org; auth=none
- References: <1403864035-30650-1-git-send-email-tmirza at codesourcery dot com>
ping. Can anyone kindly review this patch series.
Thanks,
Taimoor
On 06/27/2014 03:13 PM, Taimoor Mirza wrote:
Hi,
This patch series improves variable object invalidation in GDB.
This patch has been regression tested on ppc-gnu-linux
and i686 targets using both simulator and real boards.
Taimoor Mirza (2):
Fix varobj updation after symbol removal
Testsuite for varobj updation after symbol removal
gdb/objfiles.c | 19 ++
gdb/testsuite/gdb.mi/mi-var-invalidate.exp | 67 ++++++
gdb/testsuite/gdb.mi/sym-file-lib.c | 26 ++
gdb/testsuite/gdb.mi/sym-file-loader.c | 353 ++++++++++++++++++++++++++++
gdb/testsuite/gdb.mi/sym-file-loader.h | 99 ++++++++
gdb/testsuite/gdb.mi/sym-file-main.c | 84 +++++++
gdb/varobj.c | 37 +++
gdb/varobj.h | 3 +
8 files changed, 688 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