1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 352998: [remote][attach] Cannot do a remote-attach session with GDB7.2 and CDT8.0

This commit is contained in:
Marc Khouzam 2011-07-25 09:44:41 -04:00
parent 142ab81593
commit c5c97a7b3b

View file

@ -254,6 +254,7 @@ public class GDBProcesses_7_2 extends GDBProcesses_7_1 {
// lets reconnect.
// Bug 352998
if (fNeedToReconnect) {
fNeedToReconnect = false;
ILaunch launch = (ILaunch)procCtx.getAdapter(ILaunch.class);
assert launch != null;
if (launch != null) {