Bug 5585 - fauxv print symbolic values
Summary: fauxv print symbolic values
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 5572
  Show dependency treegraph
 
Reported: 2008-01-09 19:10 UTC by Andrew Cagney
Modified: 2008-01-10 14:18 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-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.