Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Fwd: Gdb behaviour breaking change


This change broke our debugger integration:

Bug 445360 - Can't debug when GDB path contains spaces.

We have our own debugger so we override getGDBCommandLine
function to have different path to gdb and params. This change introduced another function
which is called instead. Even API is not broken our function is not called anymore

so it does not work. Function is deprecated now, but it was not before this fix.

I think we should revert this fix and make it backward compatible



Back to the top