diff options
-rw-r--r-- | docs/TCF Service - Breakpoints.html | 4 | ||||
-rw-r--r-- | examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/TCF Service - Breakpoints.html b/docs/TCF Service - Breakpoints.html index e4c868757..06692bbdc 100644 --- a/docs/TCF Service - Breakpoints.html +++ b/docs/TCF Service - Breakpoints.html @@ -153,7 +153,7 @@ A breakpoint service implementation may not change the properties set by the cli <dd>This property contains an array of contexts names (such as a process/thread name) for which this breakpoint should be installed. <li><dt><code><b><font face="Courier New" size=2 color=#333399><a name='propExecPaths'>"ExecutablePaths"</a> : <i><string></i></font></b></code> - <dd>This property contains all the target executable paths for which this breakpoint should be installed. + <dd>This property contains all the target executable paths for which this breakpoint should be installed. <li><dt><code><b><font face="Courier New" size=2 color=#333399><a name='propLocation'> "Location" </a> : <i><string></i></font></b></code> <dd>If preset, defines location of the breakpoint. The expression evaluates either to a memory address @@ -180,7 +180,7 @@ A breakpoint service implementation may not change the properties set by the cli <dd>Source code column number of breakpoint location. <li><dt><code><b><font face="Courier New" size=2 color=#333399><a name='propMaskValue'>"MaskValue"</a> : <i><int></i></font></b></code> - <dd>A breakpoint can be qualified with a mask value which may be further refined with a mask. + <dd>A breakpoint can be qualified with a mask value which may be further refined with a mask. <li><dt><code><b><font face="Courier New" size=2 color=#333399><a name='propMask'>"Mask"</a> : <i><int></i></font></b></code> <dd>A mask which is bitwise ANDed with the value accessed. diff --git a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h index 2cdf7f351..1f424d0c1 100644 --- a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h +++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h @@ -31,7 +31,8 @@ #define SERVICE_FileSystem 1 #define SERVICE_SysMonitor TARGET_UNIX -#define ENABLE_Trace 1 +#define ENABLE_Trace 1 +#define ENABLE_Discovery 1 #ifdef CONFIG_MAIN |