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

FRAME_CHAIN_VALID()


Hello,

Just a heads up.  I've checked in a sequence of (mostly cosmetic)
changes to the FRAME_CHAIN_VALID code.  If you suddenly find your target
can't do back traces (it doesn't stop at main). Let me know.

Briefly, the changes were:

	o	I fixed the m68k backtrace. (I'd earlier
		broken it :-( ).  Had anyone noticed?

	o	In response to the underlying cause of
		the problem, I've gone through and
		cleaned up the names to all the
		*_frame_chain_valid() functions.
		Hopefully the new names make what should
		be used when a whole lot clearer.

Enjoy,
	Andrew

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