Bug 5257 - print type cast with value
Summary: print type cast with value
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Teresa Thomas
URL:
Keywords:
Depends on:
Blocks: 2246 5292
  Show dependency treegraph
 
Reported: 2007-11-02 16:15 UTC by Andrew Cagney
Modified: 2007-11-02 16:19 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 2007-11-02 16:15:58 UTC
For instance, instead of:

  (fhpd) print pointer
  0xdeadbeef

print

  (fhpd) print pointer
  (int*) 0xdeadbeef
Comment 1 Teresa Thomas 2007-11-02 16:19:44 UTC
    Include types while printing pointers.
    
    2007-11-01  Teresa Thomas  <tthomas@redhat.com>
    
    	* PrintCommand.java (interpret): Include types while
    	printing pointers.
    	* TestPrint.java (testAddressOf): Updated.