From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20828 invoked by alias); 1 Feb 2008 22:04:15 -0000 Received: (qmail 20588 invoked by uid 48); 1 Feb 2008 22:03:27 -0000 Date: Fri, 01 Feb 2008 22:04:00 -0000 From: "cagney at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080201220327.5710.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/5710] New: better variable unavailable error (it needs a message) X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00252.txt.bz2 List-Id: consider: 60 int main(){ 61 int some_int = 1; -> 62 first(some_int); 63 return 0; 64 } (fhpd) print some_int Internal Error: frysk.debuginfo.ValueUavailableException at frysk.debuginfo.LocationExpression.decode(fhpd) at frysk.debuginfo.LocationExpression.decode(fhpd) at frysk.value.Variable.getValue(fhpd) at frysk.debuginfo.ObjectDeclarationSearchEngine.getValue(fhpd) at frysk.expr.CExprEvaluator.expr(fhpd) at frysk.expr.CExprEvaluator.expr(fhpd) at frysk.expr.Expression.getValue(fhpd) at frysk.hpd.EvalCommands$1.print(fhpd) at frysk.hpd.EvalCommands.eval(fhpd) at frysk.hpd.EvalCommands.access$0(fhpd) at frysk.hpd.EvalCommands$Print.interpret(fhpd) at frysk.hpd.ParameterizedCommand.interpret(fhpd) at frysk.hpd.MultiLevelCommand.interpret(fhpd) at frysk.hpd.CLI.execCommand(fhpd) at frysk.bindir.fhpd.main(fhpd) the name of the variable would be ideal -- Summary: better variable unavailable error (it needs a message) Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: cagney at redhat dot com CC: swagiaal at redhat dot com,tthomas at redhat dot com OtherBugsDependingO 2246 nThis: http://sourceware.org/bugzilla/show_bug.cgi?id=5710 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.