Bug 5257

Summary: print type cast with value
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Teresa Thomas <tthomas>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246, 5292    

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.