* NEWS: Mention new python command class gdb.COMMAND_USER.
authorDoug Evans <dje@google.com>
Thu, 1 Mar 2012 19:30:25 +0000 (19:30 +0000)
committerDoug Evans <dje@google.com>
Thu, 1 Mar 2012 19:30:25 +0000 (19:30 +0000)
commit7d74f2446c5ebad93f62426e285b64de882db843
treeb3bae2bccf6b51d2496c706ee1fb68911c000e0c
parente88acd96184003169ba2c23cfd807243da100d72
* NEWS: Mention new python command class gdb.COMMAND_USER.
* cli/cli-cmds.c (show_user): Print error when used on a python
command.
(init_cli_cmds): Update documentation strings for "show user" and
"set/show max-user-call-depth" to clarify that it does not apply to
python commands.
* python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
error check.
(gdbpy_initialize_commands): Add COMMAND_USER as a constant in
gdb python api.
* top.c (execute_command): Only execute a user-defined command as a
legacy macro if c->user_commands is set.

doc/
* gdb.texinfo (Commands In Python): Put example python macro in
COMMAND_USER category rather than COMMAND_OBSCURE.
Document gdb.COMMAND_USER.
(User-defined Commands): Update documentation to clarify
"set/show max-user-call-depth" and "show user" don't apply to python
commands.  Update documentation to clarify "help user-defined" may
also include python commands defined as COMMAND_USER.

testsuite/
* gdb.python/py-cmd.exp: Add test to verify that python commands can
be put in the user-defined category and that the commands appear in
"help user-defined".
gdb/ChangeLog
gdb/NEWS
gdb/cli/cli-cmds.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/py-cmd.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-cmd.exp
gdb/top.c
This page took 0.02732 seconds and 4 git commands to generate.