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:threads] Report when using libthread_db


The new message is printed on a separate line:

  (gdb) file object.o^M
  Reading symbols from object.o...done.^M
  Using host libthread_db library "/lib/libthread_db.so.1".^M
  (gdb) FAIL: gdb.stabs/weird.exp: Errors reading weirdx.o

Or am I missing something?

It depends. Try 'gdb object.o'. If it gets mixed in with outer library loading info then it can end up on the same line as something else.


Andrew



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