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]

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


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

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