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/12609] Cannot see variable values in partial inlined functions with gcc 4.6


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

--- Comment #4 from Mark Wielaard <mjw at redhat dot com> 2011-05-17 09:31:30 UTC ---
Looking at the debug_info shows some of these variables are available as
const_value at other addresses. It might just be that staps heuristic of
choosing the probe address doesn't match up with where gcc expects these
constant values to materialize. This is a very synthetic testcase though.

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