Bug 561772 - Fix handling of double quotes on windows

When processing an argument on windows which includes double quotes,
the code fails to reset the backslash count when a non-backslash or
double quote character is encountered. This results in any double
quotes encountered after a backslash having excess backslashes
inserted before the double quote.

Change-Id: I4822dc702627228051e36d4b73c93cd6e2634e45
Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/160458
Tested-by: Platform Bot <platform-bot@eclipse.org>
Reviewed-by: Sarika Sinha <sarika.sinha@in.ibm.com>
4 files changed