aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-01-14 21:05:07 +0000
committerTom Tromey <tromey@redhat.com>2013-01-14 21:05:07 +0000
commit44478ab3404a5416c1864f8b47ad28eaca7bb0d9 (patch)
tree19712603f7ece0901405ea9f0598eff0b3f172dc /gdb/ChangeLog
parent06d66ee9d97cf451db4bdd7952eca099bc171706 (diff)
downloadgdb-44478ab3404a5416c1864f8b47ad28eaca7bb0d9.zip
gdb-44478ab3404a5416c1864f8b47ad28eaca7bb0d9.tar.gz
gdb-44478ab3404a5416c1864f8b47ad28eaca7bb0d9.tar.bz2
* cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
set command. * command.h (add_setshow_string_noescape_cmd): Update. * corefile.c (set_gnutarget_command): Remove trailing whitespace. (complete_set_gnutarget): New function. (_initialize_core): Set the "set gnutarget" completer. gdb/testsuite * gdb.base/completion.exp: Add "set gnutarget" test.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9173b57..a96fc8f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2013-01-14 Tom Tromey <tromey@redhat.com>
+ * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
+ set command.
+ * command.h (add_setshow_string_noescape_cmd): Update.
+ * corefile.c (set_gnutarget_command): Remove trailing whitespace.
+ (complete_set_gnutarget): New function.
+ (_initialize_core): Set the "set gnutarget" completer.
+
+2013-01-14 Tom Tromey <tromey@redhat.com>
+
PR symtab/14442:
* c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
(c_type_print_modifier): Likewise.