1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Marc Khouzam 2011-08-05 16:23:43 -04:00
parent f0f3855423
commit 0b0cc40fc8

View file

@ -277,7 +277,7 @@ public class GdbLaunchDelegate extends AbstractCLaunchDelegate2
// Forcibly turn off non-stop for post-mortem sessions. // Forcibly turn off non-stop for post-mortem sessions.
// Non-stop does not apply to post-mortem sessions. // Non-stop does not apply to post-mortem sessions.
// Now that we can have non-stop defaulting to enabled, it will prevent // Now that we can have non-stop defaulting to enabled, it will prevent
// post-mortem sessions from starting for GDBs <= 6.8 and there is no way to turn if off // post-mortem sessions from starting for GDBs <= 6.8 and there is no way to turn it off
// Bug 348091 // Bug 348091
if (LaunchUtils.getSessionType(config) == SessionType.CORE) { if (LaunchUtils.getSessionType(config) == SessionType.CORE) {
if (LaunchUtils.getIsNonStopMode(config)) { if (LaunchUtils.getIsNonStopMode(config)) {