public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use unique_ptr more in the remote target
@ 2023-12-15 18:12 Pedro Alves
  2023-12-15 18:12 ` [PATCH 1/2] Make cached_reg_t own its data Pedro Alves
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Pedro Alves @ 2023-12-15 18:12 UTC (permalink / raw)
  To: gdb-patches

A couple cleanup patches improving the ownership tracking in the
remote target.

Pedro Alves (2):
  Make cached_reg_t own its data
  Complete use of unique_ptr with notif_event and stop_reply

 gdb/python/py-unwind.c |  13 +++--
 gdb/regcache.h         |   5 +-
 gdb/remote-notif.c     |  15 ++----
 gdb/remote-notif.h     |  10 ++--
 gdb/remote.c           | 108 +++++++++++++++++++----------------------
 5 files changed, 70 insertions(+), 81 deletions(-)


base-commit: c5a473d789d815c8f03f3ef9fc6df5ccfc40a468
-- 
2.43.0


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

end of thread, other threads:[~2023-12-21 11:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-15 18:12 [PATCH 0/2] Use unique_ptr more in the remote target Pedro Alves
2023-12-15 18:12 ` [PATCH 1/2] Make cached_reg_t own its data Pedro Alves
2023-12-20 23:48   ` Simon Marchi
2023-12-21 11:11     ` Pedro Alves
2023-12-15 18:12 ` [PATCH 2/2] Complete use of unique_ptr with notif_event and stop_reply Pedro Alves
2023-12-15 19:10 ` [PATCH 0/2] Use unique_ptr more in the remote target Tom Tromey
2023-12-20 20:27   ` [pushed] Fix bug in previous remote unique_ptr change (Re: [PATCH 0/2] Use unique_ptr more in the remote target) Pedro Alves
2023-12-20 23:30     ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).