This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/15012] New: online docs for "alias" command are unclear


http://sourceware.org/bugzilla/show_bug.cgi?id=15012

             Bug #: 15012
           Summary: online docs for "alias" command are unclear
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: dje@google.com
    Classification: Unclassified


The help docs for the "alias" command say this:

Usage: alias [-a] [--] ALIAS = COMMAND
ALIAS is the name of the alias command to create.
COMMAND is the command being aliased to.

A user could infer that COMMAND means command + arguments.

E.g.

alias nosegv = handle SIGSEGV nostop noprint pass
alias segv = handle SIGSEGV stop

This doesn't work, but the user could think it should.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]