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 translator/13022] probe module("*").function("*") does not work on arm


http://sourceware.org/bugzilla/show_bug.cgi?id=13022

--- Comment #2 from William Cohen <wcohen at redhat dot com> 2011-07-23 18:49:33 UTC ---
Created attachment 5860
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5860
Section information for
/lib/modules/2.6.31.14.24-efikamx/kernel/fs/ext3/ext3.ko

find_section() looking for section that contains:

(gdb) print *addr
$13 = 28232
(gdb) print/x *addr
$14 = 0x6e48

Doesn't seem to find the right section. Possible suspects:

-gcc for arm getting the arm section information wrong
-translator getting address wrong
-elfutils messing up

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]