This is the mail archive of the frysk@sourceware.org mailing list for the frysk 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: 32-64 problem with lib.unwind.ProcInfo


Nurdin Premji wrote:
ProcInfo has a challenge dealing with non-native architectures with unw_word_t being assumed to be the native architecture case rather than the remote case.

I'll look at this Monday.
Fixed, ProcInfo now has a reference to an Unwind object and the Unwind defines the methods to access the ProcInfo's fields. Thus the ProcInfo field accessors are defined in one of UnwindX86, UnwindX8664, UnwindPPC64 and so forth to follow.


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