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: [RFA] c++/12506


On 03/14/2011 11:36 AM, Jan Kratochvil wrote:
On Thu, 03 Mar 2011 18:32:47 +0100, Keith Seitz wrote:
This patch is an attempt to fix c++/12506. In that bug, gdb is
unable to set a breakpoint in a method because the compiler has
output different type dies for the declaration and the definition of
the subprogram.

I am withdrawing this patch. It only appears to work because the method f1 is not overloaded, and hence, we find only a single matching method in find_methods.


Given the stricter/harder requirements of c++/12266, I think it best if I fix that one properly. Perhaps the user who filed c++/12506 might be able to use this patch as a workaround for his immediate needs until I can get this fixed properly.

Keith


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