This is the mail archive of the gdb@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: Quoting regression


Andrew Cagney writes:
 > Hello,
 > 
 > While reviewing the MI test results I came across a SAL quoting
 > failure.  A quick check and the same problem occures with a non-mi GDB
 > vis:
 > 
 > (gdb) b main
 > Breakpoint 1 at 0x8048822: file twofloats.c, line 19.
 > (gdb) break twofloats.c:19
 > Note: breakpoint 1 also set at pc 0x8048822.
 > Breakpoint 2 at 0x8048822: file twofloats.c, line 19.
 > (gdb) break "twofloats.c":19
 > No source file named twofloats.c".
 > (gdb) 
 > 
 > Given gdb has a regression testsuite I'm pretty sure that the MI test
 > would have been working at at least one point.  I had a look for an
 > equivalent gdb.base test but I couldn't find one!!!! ???
 > 
 > 	Andrew
 > 

Yes, this one used to pass, with sources as of 2-2000:

555-break-insert -t "\"basics.c\":6"
555^done,bkpt={number="4",type="breakpoint",disp="del",enabled="y",addr="0x00010588",func="callee4",file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/testsuite/gdb.mi/basics.c",line="6",times="0"}
(gdb) 
PASS: gdb.mi/mi-break.exp: insert temp breakpoint at "<fullfilename>":6 (callee4)


Elena


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