core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/attach_to_process.htm
changeset 2136 f0b706fa897d
parent 2131 ff0156b93599
child 2155 fb8db13ce840
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/attach_to_process.htm	Wed Oct 06 14:27:34 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/attach_to_process.htm	Wed Oct 06 14:30:50 2010 -0500
@@ -12,7 +12,7 @@
 <div>
   <p>Use a <b>Symbian Attach to Process</b> launch configuration to attach the debugger to an already running Symbian process or thread on a target device. This is useful for debugging DLLs where the main process is unknown or for servers running in RAM in a client-server relationship where the client relies on the presence of the server process to operate.</p>
   <p>One common debugging DLL use case is when the developer doesn't know which process calls the DLL. This makes it difficult to debug the DLL because you doesn't know which process to attach to nor start. Carbide enables DLL debugging  by simply attaching the DLL to any running process as long as the DLL is included in the <a href="../../projects/views/view_executables.htm">Executables</a> view.</p>
-  <p>You can also attach to a process in the <a href="../../reference/view_symbian_kernel.htm">Symbian Data</a> view when debugging.</p>
+  <p>You can also attach to a process in the <a href="../../debugger/views/view_symbian_kernel.htm">Symbian Data</a> view when debugging.</p>
   <p class="note"><b>NOTE</b> You cannot attach to a process running on the emulator. It must be a target device running the Symbian and the CODA software.</p>
   <p>When attempting to find a process the debugger  uses the UID3  to locate the process. </p>
   <div class="step">
@@ -33,7 +33,7 @@
       <p align="center"><img src="images/sos_processes_choose_thread.png" width="300" height="375" /></p>
       <p class="figure">Figure 3 -<b> Attach to Process</b> window </p>
       <li>Select a process, click OK.</li>
-      <p>In this example we've linked the <span class="code">prefs.dll</span> program to the process <span class="code">BlackFlag.exe</span> on the device. The <b>Attach to Process </b>dialog closes. Open the <a href="../../reference/view_symbian_kernel.htm">Symbian Data</a> view to show the process and thread information.</p>
+      <p>In this example we've linked the <span class="code">prefs.dll</span> program to the process <span class="code">BlackFlag.exe</span> on the device. The <b>Attach to Process </b>dialog closes. Open the <a href="../../debugger/views/view_symbian_kernel.htm">Symbian Data</a> view to show the process and thread information.</p>
       <p class="note"><b>NOTE</b> Terminating an Attach to Process session actually kills the process on the device. This means you must restart the process on the device in order to attach to it again. </p>
     </ol>
 </div>
@@ -41,7 +41,7 @@
 <ul>
   <li><a href="../../debugger/debug/viewing_debug.htm">Debug View</a></li>
   <li><a href="../../reference/wnd_debug_configuration.htm">Debug Window </a></li>
-  <li><a href="../../reference/view_symbian_kernel.htm">Symbian View</a> </li>
+  <li><a href="../../debugger/views/view_symbian_kernel.htm">Symbian View</a> </li>
   <li><a href="../projects/prj_debug_dlls_any_process.htm">Debugging DLLs with any Process</a></li>
 </ul>
 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>