Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorEugene Tarassov2013-02-08 00:28:58 +0000
committerEugene Tarassov2013-02-08 00:28:58 +0000
commit5f3f9858652e3933900fc60eb703e230348826dc (patch)
tree6727f226e6393eef77828ed61d084665e8f4a52d /server
parent6502e502ad220bf518e308be10d2bd290fff3ab5 (diff)
downloadorg.eclipse.tcf.agent-5f3f9858652e3933900fc60eb703e230348826dc.tar.gz
org.eclipse.tcf.agent-5f3f9858652e3933900fc60eb703e230348826dc.tar.xz
org.eclipse.tcf.agent-5f3f9858652e3933900fc60eb703e230348826dc.zip
TCF Agent: initial implementation of the Disassembly service
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 5f87d444..dd7a3ede 100644
--- a/server/tcf/config.h
+++ b/server/tcf/config.h
@@ -48,6 +48,7 @@
#define SERVICE_SysMonitor 0
#define SERVICE_Expressions 0
#define SERVICE_DPrintf 0
+#define SERVICE_Disassembly 0
#if !defined(SERVICE_Streams)
#define SERVICE_Streams 0
#endif
@@ -143,5 +144,6 @@
#define ENABLE_ExternalStackcrawl 0
#define ENABLE_SymbolsMux 0
#define ENABLE_LineNumbersMux 0
+#define ENABLE_ContextISA 0
#endif /* D_config */

Back to the top