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]

Re: [PATCH/RFC] Include value of default-collect in breakpoint/tracepoint list


Tom Tromey wrote:
"Stan" == Stan Shebs <stan@codesourcery.com> writes:

Stan> 2010-04-05 Stan Shebs <stan@codesourcery.com> Stan> * breakpoint.c (default_collect_info): New function. Stan> (breakpoints_info): Call it. Stan> (maintenance_info_breakpoints): Ditto. Stan> (tracepoints_info): Ditto.


Also, I think the preferred style nowadays is to order functions so that
we don't need forward declarations (when possible).

I really hate that style, it's just as evil as top-posting. :-) But as you say, it's now the fashion, so I committed it that way.


Stan


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