Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] New Python events.corefile_changed API
@ 2026-03-30 15:30 Andrew Burgess
  2026-03-30 15:30 ` [PATCH 1/3] gdb: delete some unnecessary code from core_target::detach Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andrew Burgess @ 2026-03-30 15:30 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

Patch #3 adds a new Python events.corefile_changed registry.

Patches #1 and #2 are some refactoring to make this possible.

Thanks,
Andrew

---

Andrew Burgess (3):
  gdb: delete some unnecessary code from core_target::detach
  gdb: refactor core_target ::close and ::detach functions
  gdb/python: new events.corefile_changed event

 gdb/NEWS                                 |   5 +
 gdb/corelow.c                            |  78 +++++++++----
 gdb/doc/python.texi                      |  11 ++
 gdb/python/py-all-events.def             |   1 +
 gdb/python/py-corefile.c                 |  36 ++++++
 gdb/python/py-event-types.def            |   5 +
 gdb/testsuite/gdb.python/py-corefile.exp | 140 ++++++++++++++++++++---
 gdb/testsuite/gdb.python/py-corefile.py  | 117 +++++++++++++++++++
 8 files changed, 351 insertions(+), 42 deletions(-)


base-commit: 82e460365ba9729e1e66b5f146c17a2ed1b4646c
-- 
2.25.4


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

end of thread, other threads:[~2026-03-30 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-30 15:30 [PATCH 0/3] New Python events.corefile_changed API Andrew Burgess
2026-03-30 15:30 ` [PATCH 1/3] gdb: delete some unnecessary code from core_target::detach Andrew Burgess
2026-03-30 15:30 ` [PATCH 2/3] gdb: refactor core_target ::close and ::detach functions Andrew Burgess
2026-03-30 15:30 ` [PATCH 3/3] gdb/python: new events.corefile_changed event Andrew Burgess
2026-03-30 17:06   ` Eli Zaretskii

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