Bug 5591 - (fhpd) info float ; info vector
Summary: (fhpd) info float ; info vector
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:28 UTC by Andrew Cagney
Modified: 2008-01-10 16:05 UTC (History)
1 user (show)

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:28:58 UTC
Instead of:

  (fhpd) info regs float
  [0.0]
  st0:    0.0     0x0
  ...
  fds:    0       0x0

contract it to just:

  (fhpd) info float
  Error: Unknown command: float
  (fhpd) info vector

the top level:

  (fhpd) regs

command should stay
Comment 1 Phil Muldoon 2008-01-10 16:05:54 UTC
2008-01-10  Phil Muldoon  <pmuldoon@redhat.com>

	* TestRegs.java (testRegsCommand): Add general-regs
	* RegsCommand.java: (RegsCommand): New constructor.
	(interpret): Account for new constructor setting register
	group.
	* InfoCommand.java (InfoCommand): Add specific registers
	group names.
	
	* AuxvCommand.java (interpret): Do not println, instead 
	flush output.