This is the mail archive of the gdb-prs@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: c++/2417: Breakpoints ignored in constructors outside class {}definition


The following reply was made to PR c++/2417; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@false.org>
To: gordon.prieur@sun.com
Cc: gdb-gnats@sources.redhat.com
Subject: Re: c++/2417: Breakpoints ignored in constructors outside class {}
	definition
Date: Wed, 27 Feb 2008 18:14:47 -0500

 On Wed, Feb 27, 2008 at 10:55:53PM -0000, gordon.prieur@sun.com wrote:
 > If I create a C++ class and define the constructor outside
 > the class definition, breakpoints in the constructor are
 > ignored. Adding complexity to the constructor (I/O or function/method calls) resolves the problem.
 
 Try GDB HEAD, where this should be fixed by Vladimir's heroic work.
 
 -- 
 Daniel Jacobowitz
 CodeSourcery


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