]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
PR gdb/17471: Repeating a background command makes it foreground
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index 3d0b65a9defb25a90846d71cbabde58c88e0dede..f1a85deea167649d48881e33d7148e90e41e6d58 100644 (file)
@@ -1,3 +1,13 @@
+2014-10-17  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17471
+       * infcmd.c (strip_bg_char): Change prototype and rewrite.  Now
+       returns a copy of the input.
+       (run_command_1, continue_command, step_1, jump_command)
+       (signal_command, until_command, advance_command, finish_command)
+       (attach_command): Adjust and install a cleanup to free the
+       stripped args.
+
 2014-10-17  Pedro Alves  <palves@redhat.com>
 
        PR gdb/17300