Summary: | single-step when pending signal, and on a breakpoint instruction | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 1521 |
Description
Andrew Cagney
2006-11-22 17:27:08 UTC
This is an interesting case. The TaskState mechanism is currently not setup to preventively remove any breakpoints. Is there any mechanism to definitely know that a Task has any pending signals? I assume that a signal could become pending during the next ptrace-step and if so the step ends up in the signal frame. |