From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Berlin Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Start abstraction of C++ abi's Date: Mon, 19 Feb 2001 11:27:00 -0000 Message-id: <3A917341.BDA8781B@cygnus.com> References: X-SW-Source: 2001-02/msg00368.html 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