Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfburton2009-07-28 18:19:33 +0000
committerfburton2009-07-28 18:19:33 +0000
commit619b10b25a86815bd2b0d3578c865abaee3fb850 (patch)
tree41cd72f2bac79659f77c757a95c2985e7435be5c /docs/TCF Service - Breakpoints.html
parent1d267b0228acd369a8ca3436908f0c800bf6a43f (diff)
downloadorg.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.tar.gz
org.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.tar.xz
org.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.zip
Added version history for specifications
Diffstat (limited to 'docs/TCF Service - Breakpoints.html')
-rw-r--r--docs/TCF Service - Breakpoints.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/TCF Service - Breakpoints.html b/docs/TCF Service - Breakpoints.html
index 0f87e3e25..d58617ff7 100644
--- a/docs/TCF Service - Breakpoints.html
+++ b/docs/TCF Service - Breakpoints.html
@@ -9,6 +9,8 @@
<h1>Target Communication Framework Services - Breakpoints</h1>
<ul>
+ <li><a href='#VersionHistory'>Version History</a>
+ <li><a href='#Overview'>Overview</a>
<li><a href='#Cmds'>Commands</a>
<ul>
<li><a href='#CmdSet'>Set</a>
@@ -28,6 +30,29 @@
<h1>Breakpoints Service</h1>
+<h2><a name='VersionHistory'>Version History</a></h2>
+
+<table border=1 cellpadding=8>
+ <tr>
+ <th>Version
+ <th>Date
+ <th>Change
+ <tr>
+ <td>0.1
+ <td>2008-01-10
+ <td>Initial contribution
+ <tr>
+ <td>0.2
+ <td>2008-04-25
+ <td>Added getCapabilities
+ <tr>
+ <td>1.0
+ <td>2008-05-06
+ <td>Approved
+</table>
+
+<h2><a name='Overview'>Overview</a></h2>
+
<p>A breakpoint is represented by a unique identifier and set of properties.
A breakpoint identifier (String id) needs to be unique across all hosts and targets.</p>

Back to the top