]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
Fix PR gdb/17035: "show user" doesn't list user-defined commands that
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index a83d2b2955b301441c420f88e3f3cf825acac6b0..4d674590ea08474fe12378b92f2c7b4f3b07a313 100644 (file)
@@ -1,3 +1,13 @@
+2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
+
+       PR gdb/17035
+       * gdb.base/commands.exp: Add tests to verify user-defined
+       commands with empty bodies.
+       * gdb.python/py-cmd.exp: Test that we don't show user-defined
+       python commands in `show user command`.
+       * gdb.python/scm-cmd.exp: Test that we don't show user-defined
+       scheme commands in `show user command`.
+
 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        PR python/17355