This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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]

[Bug runtime/17469] support kernel unwinding based on .eh_frame rather than .debug_frame data


https://sourceware.org/bugzilla/show_bug.cgi?id=17469

--- Comment #2 from William Cohen <wcohen at redhat dot com> ---
Created attachment 8599
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8599&action=edit
Initialize struct pt_regs for aarch64

Some corrections are needed in the systemtap runtime to allow aarch64
to start the unwinding for the backtrace.stp testcase.  The asm code
for filling out the struct pt_regs was not correct for aarch64 and
need to allow the code to fill out the struct pt_regs to be invoked like
on the x86 processors.

-- 
You are receiving this mail because:
You are the assignee for the bug.


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