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]

Quoting regression


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


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