This is the mail archive of the gdb@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: : Re: [RFC] multiple breakpoints from FILE:LINE


Daniel Jacobowitz wrote:

No, you either use Class::Class or Class::~Class,

ok so this is not strictly the topic as decribed in the subject line. Does it make more sense to widen the topic to include overloading and implicit operations and more generally any multiple-breakpoints-at-once issues or is it better to stick to the cases covered by the subject line? That would cover inlining, C++ templates, Ada generics, C include files.


It seems that each situation is relatively specific. At least, there seem to be 2 different categories:

- inlining & constructors : where it has been advocated that a single break command should insert multiple breakpoints

- overloading, generics, templates, includes: where it has been advocated that some kind of choice is needed.


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