Bug 4908 - Plug next, nexti, finish commands into fhpd, source window
Summary: Plug next, nexti, finish commands into fhpd, source window
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: 1633 2246 3346
  Show dependency treegraph
 
Reported: 2007-08-09 14:55 UTC by Mike Cvet
Modified: 2007-08-13 18:19 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 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.