From 64307498bc09c82d9e2d00f9eb32d45c5658c3e5 Mon Sep 17 00:00:00 2001 From: eutarass Date: Wed, 14 May 2008 00:13:23 +0000 Subject: 1. Bug 229039: [tcf] Discovery service should be optional 2. Fixed Windows sockets error handling 3. Fixed Windows pthread_cond_timedwait() implementation - timeout value was not handled properly --- docs/TCF Service - Breakpoints.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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
This property contains an array of contexts names (such as a process/thread name) for which this breakpoint should be installed.
  • "ExecutablePaths" : <string> -
    This property contains all the target executable paths for which this breakpoint should be installed. +
    This property contains all the target executable paths for which this breakpoint should be installed.
  • "Location" : <string>
    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
    Source code column number of breakpoint location.
  • "MaskValue" : <int> -
    A breakpoint can be qualified with a mask value which may be further refined with a mask. +
    A breakpoint can be qualified with a mask value which may be further refined with a mask.
  • "Mask" : <int>
    A mask which is bitwise ANDed with the value accessed. -- cgit v1.2.3