From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13888 invoked by alias); 17 Jun 2010 14:37:50 -0000 Received: (qmail 13750 invoked by uid 48); 17 Jun 2010 14:37:32 -0000 Date: Fri, 18 Jun 2010 10:59:00 -0000 From: "fche at redhat dot com" To: systemtap@sources.redhat.com Message-ID: <20100617143732.11713.fche@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/11713] New: listing of available $variables should include $ 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: 2010-q2/txt/msg00594.txt.bz2 % stap -L 'kernel.function("sys_open")' kernel.function("sys_open@fs/open.c:1050") $filename:char const* $flags:int $mode:int $ret:long int properly adds $ to the available $context variables being listed, but in error messages, we don't decorate the variables that way. % stap -p2 -e 'probe kernel.function("sys_open") {println($foo)}' semantic error: unable to find local 'foo' near pc 0xffffffff810e1df7 in sys_open(fs/open.c) (alternatives: filename flags mode ret): identifier '$foo' at :1:44 -- Summary: listing of available $variables should include $ Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P3 Component: translator AssignedTo: systemtap at sources dot redhat dot com ReportedBy: fche at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=11713 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.