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/22671] MIPSEL error Unknown register: a4


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

--- Comment #3 from David Smith <dsmith at redhat dot com> ---
Created attachment 10751
  --> https://sourceware.org/bugzilla/attachment.cgi?id=10751&action=edit
Simple mips patch

Here's a simple (untested) patch that will get you past your initial error
message and allow you to access the first 4 arguments of a function. To access
the rest, someone with knowledge of the 32-bit MIPS ABI (and access to MIPS
hardware) will need to write some code that decodes the MIPS o32 user and
kernel stacks.

-- 
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]