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: [RFC] Special casing dtors?


On Friday 27 March 2009 02:35:09, Keith Seitz wrote:
> > Anyway, good riddance if your patch works! ?What's the new PASS?
> 
> It's "PASS: gdb.cp/templates.exp: destructor breakpoint". (Big surprise, 
> no? Destructors just seem to work if they are not considered "special." :-)
> 

I regtested the whole testsuite with stabs on x86_64-linux, and
got this with your patch:

 -PASS: gdb.cp/templates.exp: destructor breakpoint
 -PASS: gdb.cp/templates.exp: value method breakpoint
 +FAIL: gdb.cp/templates.exp: destructor_breakpoint (timeout)
 +FAIL: gdb.cp/templates.exp: value method breakpoint

 -# of expected passes           12895
 -# of unexpected failures       367
 +# of expected passes           12893
 +# of unexpected failures       369

You can try stabs with:

 make check RUNTESTFLAGS="--target_board=unix/gdb:debug_flags=-gstabs+ templates.exp"

-- 
Pedro Alves


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