From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27556 invoked by alias); 6 Jan 2009 17:53:08 -0000 Received: (qmail 27530 invoked by uid 48); 6 Jan 2009 17:52:59 -0000 Date: Tue, 06 Jan 2009 17:53:00 -0000 From: "mhiramat at redhat dot com" To: systemtap@sources.redhat.com Message-ID: <20090106175259.9715.mhiramat@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/9715] New: support modification-safe foreach X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00036.txt.bz2 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.