Use construct_inferior_arguments which handles special chars
[deliverable/binutils-gdb.git] / gdbserver / ChangeLog
index 7ed38d7dbf736172ac91fc9477b89b5a1577002f..2b7fbb7c570d593065091c6711445be0eaf92931 100644 (file)
@@ -1,3 +1,16 @@
+2020-05-25  Michael Weghorn  <m.weghorn@posteo.de>
+
+       PR gdbserver/25893
+       * linux-low.cc (linux_process_target::create_inferior),
+       lynx-low.cc (lynx_process_target::create_inferior),
+       win32-low.cc (win32_process_target::create_inferior): Use
+       construct_inferior_arguments instead of stringify_argv
+       to get string representation which properly escapes
+       special characters.
+       * server.cc (handle_v_run): Just pass empty program arg
+       as such, since any further processing is now handled via
+       construct_inferior_arguments.
+
 2020-05-25  Michael Weghorn  <m.weghorn@posteo.de>
 
        * nto-low.cc (nto_process_target::create_inferior): Pass
This page took 0.026487 seconds and 4 git commands to generate.