src/gdb ChangeLog infcmd.c
eliz@sourceware.org
eliz@sourceware.org
Tue Jun 12 16:36:00 GMT 2012
CVSROOT: /cvs/src
Module name: src
Changes by: eliz@sourceware.org 2012-06-12 16:36:44
Modified files:
gdb : ChangeLog infcmd.c
Log message:
Fix quoting of special characters for the MinGW build.
infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
special characters correctly for the Windows shells. See
http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
report.
[!__MINGW32__]: Remove extra double quote character from special
characters.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14351&r2=1.14352
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.304&r2=1.305
More information about the Gdb-cvs
mailing list