Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-03-08 18:29:57 +0000
committereutarass2011-03-08 18:29:57 +0000
commit9e7e736abaa01e4c1917cf8505c97d6b6a16a1c0 (patch)
tree2a2616be2a8596c7dd8ff3ddc1598ec8d4f90ee4 /plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/model
parent67494950441bd3953374259bfb5c83cb6d45909a (diff)
downloadorg.eclipse.tcf-9e7e736abaa01e4c1917cf8505c97d6b6a16a1c0.tar.gz
org.eclipse.tcf-9e7e736abaa01e4c1917cf8505c97d6b6a16a1c0.tar.xz
org.eclipse.tcf-9e7e736abaa01e4c1917cf8505c97d6b6a16a1c0.zip
TCF Debugger: TCFContextState.is_terminated is removed - it is not used and not supported by the protocol
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/model')
-rw-r--r--plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/model/TCFContextState.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/model/TCFContextState.java b/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/model/TCFContextState.java
index 467c1f65c..62eca91b2 100644
--- a/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/model/TCFContextState.java
+++ b/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/model/TCFContextState.java
@@ -14,7 +14,6 @@ import java.util.Map;
public class TCFContextState {
public boolean is_suspended;
- public boolean is_terminated;
public String suspend_pc;
public String suspend_reason;

Back to the top