1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Bug 314536; Typo

This commit is contained in:
Marc Khouzam 2010-05-29 10:29:41 +00:00
parent 7d968da82e
commit 9db429483b

View file

@ -44,7 +44,7 @@ public class GDBSolibBlock extends Observable implements IMILaunchConfigurationC
private boolean fAutoSolib = false;
// Bug 314536 and Bug 314554
// This option will make the DSF-GDB launch fail, and on Linux we have a problem where it will hand
// This option will make the DSF-GDB launch fail, and on Linux we have a problem where it will hang
// Since this option was added for multi-process but it has not been completed for Linux yet, just hide it completely for now
private boolean fUseSolibForApp = false;