aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2009-01-14 20:40:09 +0000
committerDaniel Jacobowitz <drow@false.org>2009-01-14 20:40:09 +0000
commitadb483feb8b53555613d1165a6c6de4bdc1a5160 (patch)
treee2c58af8524daf15debeb52548bfb3215718f54c /gdb/NEWS
parenta32d7317c7ae58c986b499ad11028dbf49a15da1 (diff)
downloadgdb-adb483feb8b53555613d1165a6c6de4bdc1a5160.zip
gdb-adb483feb8b53555613d1165a6c6de4bdc1a5160.tar.gz
gdb-adb483feb8b53555613d1165a6c6de4bdc1a5160.tar.bz2
* NEWS: Document "define" for prefixed commands.
* cli/cli-cmds.c (show_user): Update calls to show_user_1. Call show_user_1 for prefix commands. * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined". * cli/cli-script.c (validate_comname): Rewrite to handle prefix commands. Return the containing command list. (define_command, document_command): Update to handle prefix commands. (show_user_1): Add prefix and name arguments. Handle prefix commands. * cli/cli-script.h (show_user_1): Update prototype. doc/ * gdb.texinfo (Define, Hooks): Document prefix command support. testsuite/ * gdb.base/define.exp: Test defining and hooking prefix commands. * gdb.python/python.exp: Update test for "show user" output.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 4532f9e..027ab02 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -110,6 +110,9 @@ are treated as the standard definitions, regardless of context.
task N
Switch the context of debugging to task number N.
+* Support for user-defined prefixed commands. The "define" command can
+add new commands to existing prefixes, e.g. "target".
+
* New commands
find [/size-char] [/max-count] start-address, end-address|+search-space-size,