Summary: | 'where' in fhpd when proc is running blows up | ||
---|---|---|---|
Product: | frysk | Reporter: | Mike Cvet <mcvet> |
Component: | general | Assignee: | 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
Mike Cvet
2007-06-05 18:26:30 UTC
I'll take this one 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. |