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/5956] Usage of "NULL" in systemtap script throws non-apparent error messages


------- Additional Comments From fche at redhat dot com  2008-03-18 13:08 -------
The NULL name is being treated as an implicitly declared systemtap local,
and is copied into the generated C code's context structure.  These names
should be prefixed with something too, just like the globals already are
(s_VAR).  See translate.cxx: var::value() and c_varname().

-- 


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

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