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/1155] inline function parameters


------- Additional Comments From fche at redhat dot com  2008-08-12 20:44 -------
With aoliva's latest gcc var-tracking code, linux 2.6.27-rc2 was compilable,
runnable, and showed some promise with respect to inline function parameters.
For example, this started to work:

 probe kernel.function("context_switch") {println($next)}

However, by printing "$$vars" instead, one can see that the other parameters
are not visible at that place.  Setting a statement probe a few lines down
exposes $prev and a few more locals though, which is a good sign.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at redhat dot com


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

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