Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Avoid resolving dynamic properties for non-allocated arrays
@ 2020-12-23 23:53 Andrew Burgess
  2020-12-23 23:53 ` [PATCH 1/2] gdb: include allocated/associated properties in 'maint print type' Andrew Burgess
  2020-12-23 23:53 ` [PATCH 2/2] gdb: avoid resolving dynamic properties for non-allocated arrays Andrew Burgess
  0 siblings, 2 replies; 6+ messages in thread
From: Andrew Burgess @ 2020-12-23 23:53 UTC (permalink / raw)
  To: gdb-patches

Fix for issue PR gdb/27059 in patch #2, with a small helper patch in #1.

All feedback welcome.

Thanks,
Andrew


---

Andrew Burgess (2):
  gdb: include allocated/associated properties in 'maint print type'
  gdb: avoid resolving dynamic properties for non-allocated arrays

 gdb/ChangeLog                                 |  19 +++
 gdb/eval.c                                    |  12 +-
 gdb/f-lang.c                                  |   4 +
 gdb/gdbtypes.c                                |  87 ++++++++++---
 gdb/testsuite/ChangeLog                       |   6 +
 .../gdb.dwarf2/dyn-type-unallocated.c         |  40 ++++++
 .../gdb.dwarf2/dyn-type-unallocated.exp       | 122 ++++++++++++++++++
 7 files changed, 266 insertions(+), 24 deletions(-)
 create mode 100644 gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.c
 create mode 100644 gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.exp

-- 
2.25.4


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

end of thread, other threads:[~2020-12-24 17:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 23:53 [PATCH 0/2] Avoid resolving dynamic properties for non-allocated arrays Andrew Burgess
2020-12-23 23:53 ` [PATCH 1/2] gdb: include allocated/associated properties in 'maint print type' Andrew Burgess
2020-12-24  5:41   ` Simon Marchi via Gdb-patches
2020-12-23 23:53 ` [PATCH 2/2] gdb: avoid resolving dynamic properties for non-allocated arrays Andrew Burgess
2020-12-24 14:46   ` Simon Marchi via Gdb-patches
2020-12-24 17:04     ` Andrew Burgess

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