Bug 5588 - <<(fhpd) auxv>> and <<(fhpd) info maps>> work with sets
Summary: <<(fhpd) auxv>> and <<(fhpd) info maps>> work with sets
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:20 UTC by Andrew Cagney
Modified: 2008-01-10 14:21 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:20:23 UTC
For instance, instead of:

  $ ./frysk/bindir/fhpd
  (fhpd) load /bin/bash
  Loaded executable file: /bin/bash
  (fhpd) load /bin/bash
  Loaded executable file: /bin/bash
  (fhpd) start
  Attached to process 16895
  Attached to process 16896
  (fhpd) info auxv
  AT_SYSINFO : 1115136
  .
  .
  .
  AT_NULL : 0
  (fhpd)

display:

  ...
  (fhpd) info auxv
  [0.0]
  AT_SYSINFO : 1115136
  .
  .
  .
  AT_NULL : 0
  [1.0]
  AT_SYSINFO : 1115136
  .
  .
  .
  AT_NULL : 0
  (fhpd)
Comment 1 Phil Muldoon 2008-01-10 14:21:12 UTC
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.