Summary: | better variable unavailable error (it needs a message) | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | swagiaal, tthomas |
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 2246 |
Description
Andrew Cagney
2008-02-01 22:03:27 UTC
(In reply to comment #0) > Internal Error: frysk.debuginfo.ValueUavailableException Also note that the exception name is misspelled (note the missing 'n'). Now: (fhpd) print some_int Error: Value Unavailable - some_int ------------------------------------- Commit: Show error message on ValueUnavailableException. Fixes bug# 5710. frysk-core/frysk/debuginfo/ChangeLog 2008-02-04 Teresa Thomas <tthomas@redhat.com> * ValueUavailableException.java: Renamed to... * ValueUnavailableException.java: this. * ValueUnavailableException.java (ValueUnavailableException): New. * LocationExpression.java (decode): Update. |