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 tapsets/10499] Missing @file:line info from resolved probes


------- Additional Comments From jistone at redhat dot com  2009-08-08 01:10 -------
My debugging so far shows that dwarf_decl_file is returning NULL, because its
call to dwarf_attr(...DW_AT_decl_file...) returns NULL.  With readelf I can see
that the function does have DW_AT_decl_file/line.  I tried manually calling
dwarf_attr_integrate instead, and that found the file and line#.

It would probably be best if elfutils started using dwarf_attr_integrate in
dwarf_decl_file/line, but I'll see if there's a workaround possible in stap.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |jistone at redhat dot com
                   |redhat dot com              |
             Status|NEW                         |ASSIGNED


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

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


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