Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] move call to clear_symtab_users
@ 2026-03-31 14:20 Andrew Burgess
  2026-03-31 14:20 ` [PATCH 1/2] gdb/testsuite: modernise the gdb.python/py-section-script.exp test Andrew Burgess
  2026-03-31 14:20 ` [PATCH 2/2] gdb: move call to clear_symtab_users out from finish_new_objfile Andrew Burgess
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Burgess @ 2026-03-31 14:20 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

While working on another patch I ran into an issue with GDB's tracking
of auto-loaded scripts.  This highlighted an issue with how
clear_symtab_users is called when working with separate debug info files.

Patch #1 cleans up an existing test making it easier to add additional
tests.

Patch #2 adds a new test and adjusts GDB so the test passes.

Thanks,
Andrew

---

Andrew Burgess (2):
  gdb/testsuite: modernise the gdb.python/py-section-script.exp test
  gdb: move call to clear_symtab_users out from finish_new_objfile

 gdb/symfile.c                                 |  33 ++--
 .../gdb.python/py-section-script.exp          | 169 ++++++++++++------
 2 files changed, 129 insertions(+), 73 deletions(-)


base-commit: 82e460365ba9729e1e66b5f146c17a2ed1b4646c
-- 
2.25.4


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

end of thread, other threads:[~2026-04-02  9:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-31 14:20 [PATCH 0/2] move call to clear_symtab_users Andrew Burgess
2026-03-31 14:20 ` [PATCH 1/2] gdb/testsuite: modernise the gdb.python/py-section-script.exp test Andrew Burgess
2026-03-31 14:20 ` [PATCH 2/2] gdb: move call to clear_symtab_users out from finish_new_objfile Andrew Burgess
2026-04-01 17:21   ` Kevin Buettner
2026-04-02  9:28     ` Andrew Burgess

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