| Summary: | add "b" alias for break | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Andrew Cagney <cagney> |
| Component: | general | Assignee: | Andrew Cagney <cagney> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2246, 5292 | ||
|
Description
Andrew Cagney
2007-11-02 14:19:31 UTC
(fhpd) b main
breakpoint 0
(fhpd) actions
BREAKPOINTS
0 y main 0
the critical code is this:
add(new BreakpointCommand(), "b|reak");
which specifies that "b", "br", "bre", "brea", and "break" all match
BreakpointCommand.
|