fixed links to separate pages
authorfturovic <frank.turovich@nokia.com>
Wed, 11 Aug 2010 14:53:40 -0500
changeset 1809 7c3b884eb33b
parent 1807 b0664b24ac57
child 1810 2ccd3660a736
fixed links to separate pages
core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_chunks.htm
core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_libs.htm
core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_overview.htm
core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_process.htm
core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_threads.htm
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_chunks.htm	Wed Aug 11 14:31:07 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_chunks.htm	Wed Aug 11 14:53:40 2010 -0500
@@ -12,11 +12,11 @@
 <h2>Symbian OS Data view: Chunks</h2>
 <p>The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView)")'>Symbian OS Data</a> view displays the processes and threads for the suspended debug session based on the selection in the <a href="../debugger/debug/viewing_debug.htm">Debug</a> view. Read-only data is displayed for ARM build configurations. Data to be viewed includes:</p>
 <ul>
-  <li><a href="#overview">Overview</a></li>
-  <li><a href="#processes">Processes</a></li>
-  <li><a href="#threads">Threads</a></li>
-  <li><a href="#chunks">Chunks</a></li>
-  <li><a href="#Library">Libraries</a></li>
+    <li><a href="view_sym_os_data_overview.htm">Overview</a></li>
+    <li><a href="view_sym_os_data_process.htm">Processes</a></li>
+    <li><a href="view_sym_os_data_threads.htm">Threads</a></li>
+    <li><a href="view_sym_os_data_chunks.htm">Chunks</a></li>
+    <li><a href="view_sym_os_data_libs.htm">Libraries</a></li>
 </ul>
 <p class="note"><b>NOTE</b>  Information for the Chunks and Libraries tabs is not available when debugging with the TRK debug agent.</p>
 <hr>
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_libs.htm	Wed Aug 11 14:31:07 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_libs.htm	Wed Aug 11 14:53:40 2010 -0500
@@ -13,11 +13,11 @@
 <p>The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView)")'>Symbian OS Data</a> view displays the processes and threads for the suspended debug session based on the selection in the <a href="../debugger/debug/viewing_debug.htm">Debug</a> view. Read-only data is displayed for ARM build configurations. </p>
 <p>Data to be viewed includes:</p>
 <ul>
-  <li><a href="#overview">Overview</a></li>
-  <li><a href="#processes">Processes</a></li>
-  <li><a href="#threads">Threads</a></li>
-  <li><a href="#chunks">Chunks</a></li>
-  <li><a href="#Library">Libraries</a></li>
+    <li><a href="view_sym_os_data_overview.htm">Overview</a></li>
+    <li><a href="view_sym_os_data_process.htm">Processes</a></li>
+    <li><a href="view_sym_os_data_threads.htm">Threads</a></li>
+    <li><a href="view_sym_os_data_chunks.htm">Chunks</a></li>
+    <li><a href="view_sym_os_data_libs.htm">Libraries</a></li>
 </ul>
 <p class="note"><b>NOTE</b>  Information for the Chunks and Libraries tabs is not available when debugging with the TRK debug agent.</p>
 <hr>
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_overview.htm	Wed Aug 11 14:31:07 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_overview.htm	Wed Aug 11 14:53:40 2010 -0500
@@ -22,11 +22,11 @@
 <p>The Symbian OS Data view consists of five tabs. Each tabbed pane is described below. In all panes, the <b>Name Filter</b> field is a standard Eclipse UI control that allows you to find an item by filtering out items by name using wildcards (*, ?) and camel case naming conventions. Camel case refers to using mixed case multiple names merged together  in coding like <span class="code">SecInvInit</span> and <span class="code">DosServer</span>. In all panes, you can select an item and view its properties (attributes). In panes with columns you can click a column title to toggle between ascending and descending sorting. </p>
 <p>Data to be viewed includes:</p>
 <ul>
-  <li><a href="#overview">Overview</a></li>
-  <li><a href="#processes">Processes</a></li>
-  <li><a href="#threads">Threads</a></li>
-  <li><a href="#chunks">Chunks</a></li>
-  <li><a href="#Library">Libraries</a></li>
+    <li><a href="view_sym_os_data_overview.htm">Overview</a></li>
+    <li><a href="view_sym_os_data_process.htm">Processes</a></li>
+    <li><a href="view_sym_os_data_threads.htm">Threads</a></li>
+    <li><a href="view_sym_os_data_chunks.htm">Chunks</a></li>
+    <li><a href="view_sym_os_data_libs.htm">Libraries</a></li>
 </ul>
 <p class="note"><b>NOTE</b>  Information for the Chunks and Libraries tabs is not available when debugging with the TRK debug agent.</p>
 <h4><a name="overview" id="overview"></a>Overview Tab</h4>
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_process.htm	Wed Aug 11 14:31:07 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_process.htm	Wed Aug 11 14:53:40 2010 -0500
@@ -12,12 +12,12 @@
 <h2>Symbian OS Data view: Process</h2>
 <p>The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView)")'>Symbian OS Data</a> view displays the processes and threads for the suspended debug session based on the selection in the <a href="../debugger/debug/viewing_debug.htm">Debug</a> view. Read-only data is displayed for ARM build configurations. Data to be viewed includes:</p>
 <ul>
-  <li><a href="#overview">Overview</a></li>
-  <li><a href="#processes">Processes</a></li>
-  <li><a href="#threads">Threads</a></li>
-  <li><a href="#chunks">Chunks</a></li>
-  <li><a href="#Library">Libraries</a></li>
-</ul>
+    <li><a href="view_sym_os_data_overview.htm">Overview</a></li>
+    <li><a href="view_sym_os_data_process.htm">Processes</a></li>
+    <li><a href="view_sym_os_data_threads.htm">Threads</a></li>
+    <li><a href="view_sym_os_data_chunks.htm">Chunks</a></li>
+    <li><a href="view_sym_os_data_libs.htm">Libraries</a></li>
+  </ul>
 <hr>
 <h2><a name="processes" id="processes"></a>Processes</h2>
 <p>The Processes tab (Figure 2) provides a flat list of corresponding kernel objects. 
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_threads.htm	Wed Aug 11 14:31:07 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_threads.htm	Wed Aug 11 14:53:40 2010 -0500
@@ -12,11 +12,11 @@
 <h2>Symbian OS Data view: Threads</h2>
 <p>The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView)")'>Symbian OS Data</a> view displays the processes and threads for the suspended debug session based on the selection in the <a href="../debugger/debug/viewing_debug.htm">Debug</a> view. Read-only data is displayed for ARM build configurations. Data to be viewed includes:</p>
 <ul>
-  <li><a href="#overview">Overview</a></li>
-  <li><a href="#processes">Processes</a></li>
-  <li><a href="#threads">Threads</a></li>
-  <li><a href="#chunks">Chunks</a></li>
-  <li><a href="#Library">Libraries</a></li>
+  <li><a href="view_sym_os_data_overview.htm">Overview</a></li>
+  <li><a href="view_sym_os_data_process.htm">Processes</a></li>
+  <li><a href="view_sym_os_data_threads.htm">Threads</a></li>
+  <li><a href="view_sym_os_data_chunks.htm">Chunks</a></li>
+  <li><a href="view_sym_os_data_libs.htm">Libraries</a></li>
 </ul>
 <hr>
 <h2><a name="threads" id="threads"></a>Threads</h2>