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:
parent
142ab81593
commit
c5c97a7b3b
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ public class GDBProcesses_7_2 extends GDBProcesses_7_1 {
|
||||||
// lets reconnect.
|
// lets reconnect.
|
||||||
// Bug 352998
|
// Bug 352998
|
||||||
if (fNeedToReconnect) {
|
if (fNeedToReconnect) {
|
||||||
|
fNeedToReconnect = false;
|
||||||
ILaunch launch = (ILaunch)procCtx.getAdapter(ILaunch.class);
|
ILaunch launch = (ILaunch)procCtx.getAdapter(ILaunch.class);
|
||||||
assert launch != null;
|
assert launch != null;
|
||||||
if (launch != null) {
|
if (launch != null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue