Bug 3986 - frysk.cli.hpd using Hashtable
Summary: frysk.cli.hpd using Hashtable
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2007-02-06 22:05 UTC by Andrew Cagney
Modified: 2007-06-05 18:36 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-02-06 22:05:51 UTC
It looks like a simple conversion to HashMap is possible.
Comment 1 Mike Cvet 2007-06-05 18:28:38 UTC
I'll fix this since I'm working in the area atm.
Comment 2 Mike Cvet 2007-06-05 18:36:35 UTC
2007-06-05  Mike Cvet  <mcvet@redhat.com>

	* hpd/CLI.java: Turned Hashtables into HashMaps. Fixes #3986.
	(running): Added.
	(StepHandler): Added. Handler for line stepping. Fixes #4594.
	(StepInstructionHandler): Added. Handler for instruction steping.
	Fixes #4594.
	(WhereHandler.handle): Bail immediately if the process is running.
	Fixes #4595.
	(GoHandler.handle): Sets running boolean.
	(HaltHandler.handle): Unsets running boolean.
	(CLI): Added new stepping handlers.