[Bug win32/23547] GDB didn't work with unix-way names under windows environment

tromey at sourceware dot org sourceware-bugzilla@sourceware.org
Wed Aug 22 15:48:00 GMT 2018


https://sourceware.org/bugzilla/show_bug.cgi?id=23547

--- Comment #5 from Tom Tromey <tromey at sourceware dot org> ---
> I have changed function IS_DIR_SEPARATOR("\\" or "/" == s) to
> IS_DISK_SEPARTOR (":" == s) and changed the char index, because
> earlier we have done ++(PARSER_STREAM (parser))

That was done conditionally, and the condition could not have held
if the program reached this point.

Please post your actual patch rather than a description of it.

I still don't understand the actual bug here.

You can make a hello world program by making a single .c file
and compiling it alone.  Seeing all the commands would still
be useful.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list