Bug 4908

Summary: Plug next, nexti, finish commands into fhpd, source window
Product: frysk Reporter: Mike Cvet <mcvet>
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: 1633, 2246, 3346    

Description Mike Cvet 2007-08-09 14:55:52 UTC
+ test cases.
Comment 1 Mike Cvet 2007-08-13 18:19:59 UTC
Log message:
	2007-08-13  Mike Cvet  <mcvet@redhat.com>
	
	* TestFhpdStepping.java: Added. Fixes #4908.
	* StepFinishCommand.java: Ditto.
	* StepNextCommand.java: Ditto.
	* StepNextiCommand.java: Ditto.
	* StepCommand.java: Fixed hex conversion bug.
	* StepInstructionCommand.java: Ditto.
	* CLI.java (CLI): Added commented-out commands for above Commands. 
Pending
	resolution of #4914.

Log message:
	2007-08-13  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWidow.java: Sensitized and enabled all stepping actions.
	Fixes #4908.

Log message:
	2007-08-13  Mike Cvet  <mcvet@redhat.com>
	
	* StepOverTestState.java (handleUpdate): Ensure to remove breakpoint
	after all cases.
	* SteppingEngine.java (stepOut): Add breakpoint to breakpointMap.
	(removeBreakpoint): Only remove if it is contained in the map field.
	(SteppingBreakpoint.addedTo): Don't destroy the saved stepping state
	upon breakpoint addition.