public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove some use of xfree from MI
@ 2023-06-09 16:46 Tom Tromey
  2023-06-09 16:46 ` [PATCH 1/2] Use std::string for MI token Tom Tromey
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Tromey @ 2023-06-09 16:46 UTC (permalink / raw)
  To: gdb-patches

This series removes some uses of xfree from the MI code.  No visible
changes are expected.  Regression tested on x86-64 Fedora 36.

---
Tom Tromey (2):
      Use std::string for MI token
      Use unique_xmalloc_ptr for mi_parse::command

 gdb/mi/mi-cmds.c      |  4 ++--
 gdb/mi/mi-main.c      | 28 ++++++++++++++--------------
 gdb/mi/mi-main.h      |  2 +-
 gdb/mi/mi-parse.c     | 30 ++++++++++++------------------
 gdb/mi/mi-parse.h     | 15 ++++++++-------
 gdb/python/py-micmd.c |  2 +-
 6 files changed, 38 insertions(+), 43 deletions(-)
---
base-commit: 05d63bafad71b534c041275831489f3e0dedcf3f
change-id: 20230609-mi-xfree-47c5b7daed76

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


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

end of thread, other threads:[~2023-06-16 18:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 16:46 [PATCH 0/2] Remove some use of xfree from MI Tom Tromey
2023-06-09 16:46 ` [PATCH 1/2] Use std::string for MI token Tom Tromey
2023-06-09 16:46 ` [PATCH 2/2] Use unique_xmalloc_ptr for mi_parse::command Tom Tromey
2023-06-16 18:03 ` [PATCH 0/2] Remove some use of xfree from MI Keith Seitz

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).