Bug 5885

Summary: Internal Error: frysk.debuginfo.VariableOptimizedOutException
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 5876    

Description Andrew Cagney 2008-03-05 17:03:47 UTC
$ ./frysk/bindir/fhpd -- ./frysk/pkglibdir/funit-fib-clone 3
Loaded executable file:
/home/scratch/frysk/git/native/frysk-core/./frysk/pkglibdir/funit-fib-clone
(fhpd) b fib
breakpoint 0 deferred
(fhpd) run
Attached to process 11367
starting/running with this command: ./frysk/pkglibdir/funit-fib-clone 3
Running process 11367
(fhpd) Breakpoint 0 fib 0x8048628
print n
Internal Error: frysk.debuginfo.VariableOptimizedOutException
   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$CommandLine.run(fhpd)