public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove one use of struct buffer
@ 2022-12-16  6:01 Simon Marchi
  2022-12-16  6:01 ` [PATCH 1/2] gdbsupport: add string_xml_appendf Simon Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Simon Marchi @ 2022-12-16  6:01 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

Tom mentioned the goal of getting rid of struct buffer, and that made me
remember I had these patches laying around.

Simon Marchi (2):
  gdbsupport: add string_xml_appendf
  gdb: convert linux-osdata.c from buffer to std::string

 gdb/nat/linux-osdata.c  | 287 +++++++++++++++++++++-------------------
 gdbsupport/xml-utils.cc | 105 +++++++++++++++
 gdbsupport/xml-utils.h  |  10 ++
 3 files changed, 263 insertions(+), 139 deletions(-)


base-commit: de75275fe54c5536c8238f0f3f88bb7ac2222942
-- 
2.38.1


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

end of thread, other threads:[~2022-12-16 15:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16  6:01 [PATCH 0/2] Remove one use of struct buffer Simon Marchi
2022-12-16  6:01 ` [PATCH 1/2] gdbsupport: add string_xml_appendf Simon Marchi
2022-12-16  6:01 ` [PATCH 2/2] gdb: convert linux-osdata.c from buffer to std::string Simon Marchi
2022-12-16 13:09 ` [PATCH 0/2] Remove one use of struct buffer Pedro Alves
2022-12-16 13:32   ` Simon Marchi
2022-12-16 15:04 ` 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).