From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1441 invoked by alias); 18 Jun 2010 03:14:54 -0000 Received: (qmail 1374 invoked by uid 48); 18 Jun 2010 03:14:43 -0000 Date: Fri, 18 Jun 2010 17:55:00 -0000 Message-ID: <20100618031443.1373.qmail@sourceware.org> From: "wenji dot huang at oracle dot com" To: systemtap@sources.redhat.com In-Reply-To: <20100617143732.11713.fche@redhat.com> References: <20100617143732.11713.fche@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/11713] 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/msg00598.txt.bz2 ------- Additional Comments From wenji dot huang at oracle dot com 2010-06-18 03:14 ------- Created an attachment (id=4844) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4844&action=view) patch With this patch, the following message will be displayed, $ ./stap -e 'probe kernel.function("sys_open"){print($foo)}'semantic error: unable to find local 'foo' near pc 0xc04cf156 in sys_open(fs/open.c) (alternatives: $filename $flags $mode $ret): identifier '$foo' at :1:41 source: probe kernel.function("sys_open"){print($foo)} ^ Pass 2: analysis failed. Try again with another '--vp 01' option. -- 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.