Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2013-01-17 01:40:12 +0000
committerEugene Tarassov2013-01-17 01:40:12 +0000
commit1cf737a2cd4beaa3dabb1bb0ac2449281d3341ac (patch)
treedff7612cb968406b9d7c341b8df08ae318247b5a /plugins
parente9aa9b779b819280a5ac46d37603eb821e2f339c (diff)
downloadorg.eclipse.tcf-1cf737a2cd4beaa3dabb1bb0ac2449281d3341ac.tar.gz
org.eclipse.tcf-1cf737a2cd4beaa3dabb1bb0ac2449281d3341ac.tar.xz
org.eclipse.tcf-1cf737a2cd4beaa3dabb1bb0ac2449281d3341ac.zip
TCF Tests: fixed: DPprintf service test fails if debug symbols info not available.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/tests/TestExpressions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/tests/TestExpressions.java b/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/tests/TestExpressions.java
index 47e589f74..f9ebee153 100644
--- a/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/tests/TestExpressions.java
+++ b/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/tests/TestExpressions.java
@@ -677,7 +677,7 @@ class TestExpressions implements ITCFTest,
}
}
}
- if (srv_dprintf != null && !dprintf_done) {
+ if (srv_dprintf != null && !dprintf_done && local_var_expr_ids.length > 0) {
cmds.add(srv_dprintf.open(null, new IDPrintf.DoneCommandOpen() {
int test_cnt;
int char_cnt;

Back to the top