[Bug translator/5956] Usage of "NULL" in systemtap script throws non-apparent error messages
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Mar 18 13:08:00 GMT 2008
------- 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.
More information about the Systemtap
mailing list