Bug 5247 - add "b" alias for break
Summary: add "b" alias for break
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2246 5292
  Show dependency treegraph
 
Reported: 2007-11-02 14:19 UTC by Andrew Cagney
Modified: 2007-12-11 23:20 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 Andrew Cagney 2007-11-02 14:19:31 UTC
So that:
(fhpd) b foo
works
Comment 1 Andrew Cagney 2007-12-11 23:20:43 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.