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: new gdb arch routine FRAME_UNCHANGED


>>>>> On Mon, 13 May 2002 19:14:32 -0400, Andrew Cagney <ac131313@cygnus.com> said:

  Andrew> My brain hurts!  This is increasingly like floating point
  Andrew> with +0 != -0.  We have a situtation where for:

  Andrew> 	frame_id a, b; // contain both SP's and PC

  Andrew> the test:

  Andrew> 	!FRAME_ID_INNER_THAN(a,b) && !FRAME_INNER_THAN(b,a)

  Andrew> does not imply

  Andrew> 	FRAME_ID_SAME(a,b)

  Andrew> (or what ever the functions are called).

I'm not sure I'm following you here.  Why is there both
FRAME_ID_INNER_THAN() and FRAME_INNER_THAN()?

	--david


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