Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorDidier Brachet2013-01-09 17:32:56 +0000
committerDidier Brachet2013-01-09 17:32:56 +0000
commit5ffbfb0cc133689551ff6633ebea4df4508a8901 (patch)
treefc5434a3f48a046b0fedaf2f2de0640736a0f835 /server
parentea62ab78aa067894672488f8de96365b2000bea9 (diff)
downloadorg.eclipse.tcf.agent-5ffbfb0cc133689551ff6633ebea4df4508a8901.tar.gz
org.eclipse.tcf.agent-5ffbfb0cc133689551ff6633ebea4df4508a8901.tar.xz
org.eclipse.tcf.agent-5ffbfb0cc133689551ff6633ebea4df4508a8901.zip
TCF Agent - Bug 397580 : added support for Symbols & Line numbers
Add support for Symbols and LineNumbers multiplexer. This allows the TCF agent to support more than one file format even for a single TCF context.
Diffstat (limited to 'server')
-rw-r--r--server/tcf/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tcf/config.h b/server/tcf/config.h
index 1299eedd..d9302c74 100644
--- a/server/tcf/config.h
+++ b/server/tcf/config.h
@@ -136,5 +136,7 @@
#define ENABLE_ContextBreakpointCapabilities 0
#define ENABLE_ExtendedBreakpointStatus 0
#define ENABLE_ExternalStackcrawl 0
+#define ENABLE_SymbolsMux 0
+#define ENABLE_LineNumbersMux 0
#endif /* D_config */

Back to the top