[Bug translator/9715] New: support modification-safe foreach
mhiramat at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Jan 6 17:53:00 GMT 2009
As like as hlist_for_each_safe() in the kernel.
This feature will allow us to filter or update array data.
ex.
foreach (pid in data) {
if (pid != XXX)
delete data[pid]
}
--
Summary: support modification-safe foreach
Product: systemtap
Version: unspecified
Status: NEW
Severity: enhancement
Priority: P2
Component: translator
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: mhiramat at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=9715
------- 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