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/10454] Raw number statement probes won't work without dwarf info


------- Additional Comments From mjw at redhat dot com  2009-07-29 11:25 -------
Created an attachment (id=4096)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4096&action=view)
uprobe_stmt_num.exp

This testcase puts probes on all lines in a function, collects the addresses
and then creates a script using statement probes for all these addresses. The
runs of both these scripts should be the same.

The idea is to extend this testcase to do the same after we stripped away the
debuginfo (and use -g) to simulate the original issue.

Note that this currently fails because of bug #10458 since the result of
uaddr() is one off. If you work around that by always substracting one for
uaddr() the test passes.

-- 


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

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