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

expand-symtabs.exp


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


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