Bug 5293

Summary: fmaps/fauxv command ; (fhpd) maps/auxv
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: 1601, 5294    

Description Andrew Cagney 2007-11-07 21:09:04 UTC
Prints the process maps.
Comment 1 Phil Muldoon 2007-12-13 09:00:20 UTC
HPD:

2007-12-07  Phil Muldoon  <pmuldoon@redhat.com>

	* CoreCommand.java: Tweak help text. 

	* AuxvCommand.java (interpret): Return nothing when
	main task cannot be found.
	* MapsCommand.java: New.
	* TestMapsCommand: New.
	* TopLevelCommand.java (TopLevelCommand): Add maps command.

	* AuxvCommand.java: Move AuxvStringBuilder from here
	to frysk.util.
	* TestAuxvCommand.java (testAuxVCoreCommand): Rewrite.
	Extract auxv from live process, generate core, test
	against fhpd represention of core auxv data.
	 

2007-12-06  Phil Muldoon  <pmuldoon@redhat.com>

	* TopLevelCommand.java(TopLevelCommand): add auxv command.
	* TestAuxvCommand.java: New.
	* AuxvCommand.java: New.

Command line utilities:

2007-12-11  Phil Muldoon  <pmuldoon@redhat.com>

	* faux.xml: Fix fmap references.
	* fmaps.xml: Fix fcore references.

	* faux.java: New.
	* TestFauxv.java: New.
	* faux.xml: New.
	
2007-12-10  Phil Muldoon  <pmuldoon@redhat.com>

	* fmaps.java: Indent.
	* TestFmaps.java: Indent
	(testExeOfPid): Look only for executable name.
	
	* fmaps.java: New.
	* fmaps.xml: New.
	* TestFmaps.java: New.