Bug 5885 - Internal Error: frysk.debuginfo.VariableOptimizedOutException
Summary: Internal Error: frysk.debuginfo.VariableOptimizedOutException
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 5876
  Show dependency treegraph
 
Reported: 2008-03-05 17:03 UTC by Andrew Cagney
Modified: 2008-03-05 17:03 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)