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


>   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()?
> 

Typo :-(




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