expand-symtabs.exp

Mark Kettenis mark.kettenis@xs4all.nl
Sun Jan 27 15:32:00 GMT 2008


The new expand-psymtabs.exp consistently fails on all systems I try it
on with something like:


(gdb) break 32
No line 32 in file "../../../../src/gdb/gdb/testsuite/gdb.base/expand-psymtabs.c".
(gdb) FAIL: gdb.base/expand-psymtabs.exp: Expand psymtabs


Looking at the source code for this test, GDB's respnse here is quite
reasonable, since line 32 is the line withe the comment /* Break here
*/ in the code fragment below:


void
foo (void)
  {
    /* Break here  */
  }


Carlos, Jim, what is this test supposed to check?  It makes absolutely
no sense to me.

Mark



More information about the Gdb mailing list