This is the mail archive of the gdb-patches@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]
Other format: [Raw text]

Re: [RFA] new test for separate debug info


Woah, I am confused.

Your source code says "unsupported", but your gdb.sum file says
"unresolved", and your gdb.log file says "ERROR".

Is your sandbox a little messed up, or is it me?!

Michael C

===

  ok, How about this behavior?

  Running /to/scratch/ezannoni/pristine/src/gdb/testsuite/gdb.base/sepdebug.exp ...
  ERROR: couldn't load /to/scratch/ezannoni/pristine/tomago/gdb/testsuite/gdb.base/sepdebug.dbglnk into /to/scratch/ezannoni/pristine/tomago/gdb/testsuite/../../gdb/gdb.
   
		  === gdb Summary ===
   
  # of unresolved testcases       1
  /to/scratch/ezannoni/pristine/tomago/gdb/testsuite/../../gdb/gdb version  2003-11-07-cvs -nx
   

  I added a wrapper around the gdb_load call:

  if [gdb_load ${binfile}] {
      unsupported "Gdb cannot process a separate debug info file"
      return -1
  }



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