Bug 3986

Summary: frysk.cli.hpd using Hashtable
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Mike Cvet <mcvet>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246    

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.