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]

Re: [PATCH]: tm-i386.h/FRAME_CHAIN (unsigned)


   Date: Mon, 17 Jul 2000 15:28:59 -0700
   From: Michael Snyder <msnyder@cygnus.com>

   How about this?  Reasonable?

   ***************
   *** 326,332 ****
       ((thisframe)->signal_handler_caller \
	? (thisframe)->frame \
	: (!inside_entry_file ((thisframe)->pc) \
   !       ? read_memory_integer ((thisframe)->frame, 4) \
	   : 0))

     /* A macro that tells us whether the function invocation represented
   --- 326,332 ----
       ((thisframe)->signal_handler_caller \
	? (thisframe)->frame \
	: (!inside_entry_file ((thisframe)->pc) \
   !       ? read_memory_unsigned_integer ((thisframe)->frame, 4) \
	   : 0))

     /* A macro that tells us whether the function invocation represented

Approved.

Mark

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