[PATCH 0/2] Use unique_ptr more in the remote target

Pedro Alves pedro@palves.net
Fri Dec 15 18:12:55 GMT 2023


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



More information about the Gdb-patches mailing list