Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Improved variable object invalidation in GDB
@ 2015-04-16  3:33 Taimoor Mirza
  2015-04-16  3:33 ` [PATCH 1/2] Fix varobj updation after symbol removal Taimoor Mirza
  2015-04-16  3:33 ` [PATCH 2/2] Testsuite for " Taimoor Mirza
  0 siblings, 2 replies; 10+ messages in thread
From: Taimoor Mirza @ 2015-04-16  3:33 UTC (permalink / raw)
  To: gdb-patches; +Cc: Taimoor Mirza

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

-- 
1.7.9.5


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

end of thread, other threads:[~2015-06-05  3:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-16  3:33 [PATCH 0/2] Improved variable object invalidation in GDB Taimoor Mirza
2015-04-16  3:33 ` [PATCH 1/2] Fix varobj updation after symbol removal Taimoor Mirza
2015-04-16  3:33 ` [PATCH 2/2] Testsuite for " Taimoor Mirza
2015-04-17 15:18   ` Vladimir Prus
2015-04-23  8:05     ` Taimoor
2015-04-27 18:53       ` Vladimir Prus
2015-04-27 19:10         ` Vladimir Prus
2015-05-11 13:49         ` Taimoor
2015-05-28  9:52           ` Taimoor
2015-06-05  3:03           ` [PATCH 2/2] [PING]Testsuite " Taimoor

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