This is the mail archive of the gdb-patches@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]

Re: [RFA, doc RFA] Add gdb.add_command_alias (now: alias foo = bar)


Here is the patch I checked in.


2011-10-09  Doug Evans  <dje@google.com>

        Add new "alias" command.
        * NEWS: Mention new command.
        * command.h (valid_user_defined_cmd_name_p): Declare.
        * defs.h (make_cleanup_dyn_string_delete): Declare.
        * utils.c: #include "dyn-string.h".
        (do_dyn_string_delete, make_cleanup_dyn_string_delete): New functions.
        * cli/cli-cmds.c: #include "dyn-string.h".
        (argv_to_dyn_string, valid_command_p, alias_command): New functions.
        (init_cli_cmds): Add new command.
        * cli/cli-decode.c (valid_user_defined_cmd_name_p): New function.

        doc/
        * gdb.texinfo (Extending GDB): Document alias command.

        testsuite/
        * gdb.base/alias.exp: Add tests for alias command.

Attachment: gdb-111009-add-command-alias-3.patch.txt
Description: Text document


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