diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-05-17 20:49:39 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-05-17 20:49:39 +0000 |
commit | 102040f0d08b06980adf402c17b2f039fee7d23c (patch) | |
tree | ef6558f84010ba8af6ee46b4cfddc6d5d24b5752 /gdb/mi/mi-cmds.c | |
parent | cdb27c12f30352674694895e06f615fd28ebdbec (diff) | |
download | gdb-102040f0d08b06980adf402c17b2f039fee7d23c.zip gdb-102040f0d08b06980adf402c17b2f039fee7d23c.tar.gz gdb-102040f0d08b06980adf402c17b2f039fee7d23c.tar.bz2 |
2010-05-17 Michael Snyder <msnyder@vmware.com>
* mi/mi-cmd-break.c: White space.
* mi/mi-cmd-env.c: White space.
* mi/mi-cmds.c: White space.
* mi/mi-cmd-stack.c: White space.
* mi/mi-cmd-var.c: White space.
* mi/mi-console.c: White space.
* mi/mi-getopt.c: White space.
* mi/mi-interp.c: White space.
* mi/mi-main.c: White space.
* mi/mi-out.c: White space.
* mi/mi-parse.c: White space.
Diffstat (limited to 'gdb/mi/mi-cmds.c')
-rw-r--r-- | gdb/mi/mi-cmds.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/mi/mi-cmds.c b/gdb/mi/mi-cmds.c index 92311e8..8441e17 100644 --- a/gdb/mi/mi-cmds.c +++ b/gdb/mi/mi-cmds.c @@ -164,6 +164,7 @@ lookup_table (const char *command) { const char *chp; unsigned int index = 0; + /* compute our hash */ for (chp = command; *chp; chp++) { @@ -203,6 +204,7 @@ build_table (struct mi_cmd *commands) for (command = commands; command->name != 0; command++) { struct mi_cmd **entry = lookup_table (command->name); + if (*entry) internal_error (__FILE__, __LINE__, _("command `%s' appears to be duplicated"), |