Bug 5585

Summary: fauxv print symbolic values
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Phil Muldoon <pmuldoon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 5572    

Description Andrew Cagney 2008-01-09 19:10:21 UTC
For instance:

AT_PLATFORM: Also print the string pointed to by the value
AT_HWCAP: Also print the set elements (is it that?)
AT_ENTRY: Also print the symbol at the address
Comment 1 Phil Muldoon 2008-01-10 14:18:58 UTC
2008-01-10  Phil Muldoon  <pmuldoon@redhat.com>

	* AuxvCommand.java (interpret): Do not println, instead 
	flush output.
	
	* TestAuxvCommand.java (testAuxVCoreCommand): Adjust order
	or live and core auxv requests. 
	
2008-01-09  Phil Muldoon  <pmuldoon@redhat.com>

	* AuxvStringBuilder.java (construct): Find symbol for
	AT_ENTRY. Find string in memory for AT_PLATFORM. 

2008-01-09  Phil Muldoon  <pmuldoon@redhat.com>

	* TestAuxvCommand.java (testAuxVCoreCommand): Pass in proc to
	BuildAuxv.
	* MapsCommand.java (interpret): With with multiple processes,
	over multipe sets.
	* AuxvCommand.java (interpret): Work with multiple processes,
	over multipe sets.
	* InfoCommand.java (Help): Delete internal help
	command.