summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b71248ad803..8b3efe87084 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2016-11-08 Pedro Alves <palves@redhat.com>
+ * cli/cli-script.c (execute_control_command): Use std::string
+ instead of cleanups.
+ (locate_arg): Constify return type.
+ (insert_args): Constify paremeter. Simplify using std::string.
+ Return a std::string.
+
+2016-11-08 Pedro Alves <palves@redhat.com>
+
* breakpoint.c (struct commands_info) <arg>: Constify.
(commands_command_1): Constify 'arg' parameter. Use std::string
and string_printf.