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 incorrect use of "until" command in gdb.arch/gdb1431


The gdb.arch/gdb1431 command is using the "until" command incorrectly.
As currently defined, that command ONLY stops at a point within the
current frame or upon return from the current frame.  You have to use
the "advance" command to stop at a frame called by the current frame
or a frame called by a caller of the current frame.

Hmm, "How did it ever work"? :-) I guess so, but keep the 1531.c specific test file - we've had our fingers burt when trying to use the one test source file on multiple tests.


Andrew

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

	* gdb.arch/gdb1431.c: Remove.
	* gdb.arch/gdb1431.exp: Reuse test file from PR 1291 and use
	"advance" correctly instead of "until" incorrectly.



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