This is the mail archive of the gdb-patches@sources.redhat.com 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: [rfa] PROBLEMS: document 'constructor breakpoint ignored' bug


>>>>> "Daniel" == Daniel Jacobowitz <drow@mvista.com> writes:

 Daniel> Sure, since it's not going to be fixed in time.  Go for it.

As a workaround, I patched my local copy of gdb to use the "verbose"
demangler mode, so the various flavors of constructors/destructors DO
have different names.  They are *weird* names, but at least you can
refer to their entry points by name that way.

It's a trivial patch.  It changes the way constructors are named in
gdb, but that doesn't seem to be a big deal if it changes them from
conventionally named but unuseable things into strangely named but
useable... 

Interested in that approach, as a stopgap -- rather than document the
restriction?

	   paul



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