Bug 5293 - fmaps/fauxv command ; (fhpd) maps/auxv
Summary: fmaps/fauxv command ; (fhpd) maps/auxv
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: 1601 5294
  Show dependency treegraph
 
Reported: 2007-11-07 21:09 UTC by Andrew Cagney
Modified: 2007-12-13 09:00 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-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.