From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5770 invoked by alias); 14 Dec 2005 21:49:50 -0000 Received: (qmail 5757 invoked by uid 48); 14 Dec 2005 21:49:48 -0000 Date: Wed, 14 Dec 2005 23:32:00 -0000 From: "hunt at redhat dot com" To: systemtap@sources.redhat.com Message-ID: <20051214214948.2056.hunt@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/2056] New: Cannot iterate pmaps X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2005-q4/txt/msg00437.txt.bz2 See testsuite/buildok/pmap_foreach.stp To iterate a pmap, the generated code correctly does l->__tmp10 = _stp_map_start (_stp_pmap_get_agg(global_foo)); then gets confused and does not use the agg map to iterate: l->__tmp10 = _stp_map_iter (global_foo, l->__tmp10); -- Summary: Cannot iterate pmaps Product: systemtap Version: unspecified Status: NEW Severity: critical Priority: P2 Component: translator AssignedTo: systemtap at sources dot redhat dot com ReportedBy: hunt at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=2056 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.