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] Fix apparent typo in pc-fp.exp


I ran into a case where gdb was timing out in the get_valueofx proc,
resulting in an expect error:

  FAIL: gdb.base/pc-fp.exp: get value of $pc (timeout)
  ERROR: tcl error sourcing pc-fp.exp.
  ERROR: can't read "val": no such variable

This looks like the obvious fix to me; probably a simple typo that has
gone unnoticed/unexercised until now.

-Fred


2004-03-02 Fred Fish <fnf@redhat.com>


	* gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
	"val" instead of unused "size".

Yes, "oops". Probably also for 6.1.


Andrew



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