public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [RFA 0/3] some C++-ification in breakpoint.c
@ 2017-08-30 22:06 Tom Tromey
  2017-08-30 22:06 ` [RFA 1/3] Allocate bpstats with new Tom Tromey
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Tom Tromey @ 2017-08-30 22:06 UTC (permalink / raw)
  To: gdb-patches

This series adds a bit more C++-ification to breakpoint.c.

In particular it changes bpstats to be allocated with new, and changes
them to have constructors and destructors; changes some code in
breakpoint.c to use function_view; and then finally removes
counted_command_line in favor of std::shared_ptr.

Regression tested on the buildbot.

Tom

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

end of thread, other threads:[~2017-09-21  3:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30 22:06 [RFA 0/3] some C++-ification in breakpoint.c Tom Tromey
2017-08-30 22:06 ` [RFA 1/3] Allocate bpstats with new Tom Tromey
2017-08-30 22:06 ` [RFA 2/3] Use function_view in a couple of places in breakpoint.c Tom Tromey
2017-08-30 22:06 ` [RFA 3/3] Change counted_command_line to a shared_ptr Tom Tromey
2017-09-01 20:48   ` Simon Marchi
2017-09-02 10:48     ` Simon Marchi
2017-09-02 15:31       ` Tom Tromey
2017-09-02 18:22         ` Simon Marchi
2017-09-21  3:52           ` 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).