This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA 0/3] some C++-ification in breakpoint.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]