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]

Re: [PATCH] Start abstraction of C++ abi's


Daniel Berlin wrote:
> 
> This patch, plus the attached files, start the abstraction of the C++
> ABI's.
> 
> I've started by replacing the simple things, and will incrementally
> replace the more complex things, and the things that require real code
> changes, as time goes on.
> 
> The cp-abi directory, and it's files, are attached in a gzipped tar file.

FYI,

Moving stuff into a sub directory is a significant change and should
really be discussed separatly - at present the only think in sub
directories are UIs.  I tend to recommend leaving such cosmetic changes
as a latter pass.

Also remember that it is always best to figure out what the issues with
this change are likely to be and then discuss them publically.  Can you
walk people through exactly how you're introducing the C++ abi.

> This fixes some problems with the new-abi already, like not
> being able to set breakpoints on destructors (if you try it,

This, unfortunatly, makes it sound like more than a cosmetic change :-(

As they say, sounds good in theory.

	Andrew


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