core/com.nokia.carbide.cpp.doc.user/html/reference/view_sym_os_data_threads.htm
changeset 1809 7c3b884eb33b
parent 1806 41bde41fae28
child 2130 16e8bfa397ad
equal deleted inserted replaced
1807:b0664b24ac57 1809:7c3b884eb33b
    10 </head>
    10 </head>
    11 <body >
    11 <body >
    12 <h2>Symbian OS Data view: Threads</h2>
    12 <h2>Symbian OS Data view: Threads</h2>
    13 <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>
    13 <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>
    14 <ul>
    14 <ul>
    15   <li><a href="#overview">Overview</a></li>
    15   <li><a href="view_sym_os_data_overview.htm">Overview</a></li>
    16   <li><a href="#processes">Processes</a></li>
    16   <li><a href="view_sym_os_data_process.htm">Processes</a></li>
    17   <li><a href="#threads">Threads</a></li>
    17   <li><a href="view_sym_os_data_threads.htm">Threads</a></li>
    18   <li><a href="#chunks">Chunks</a></li>
    18   <li><a href="view_sym_os_data_chunks.htm">Chunks</a></li>
    19   <li><a href="#Library">Libraries</a></li>
    19   <li><a href="view_sym_os_data_libs.htm">Libraries</a></li>
    20 </ul>
    20 </ul>
    21 <hr>
    21 <hr>
    22 <h2><a name="threads" id="threads"></a>Threads</h2>
    22 <h2><a name="threads" id="threads"></a>Threads</h2>
    23 <p>The Threads tab (Figure 3) provides a flat list of corresponding kernel objects. The list will display &ldquo;sortable&rdquo; attributes of that type of object in columns. The &ldquo;sortable attribute&rdquo; means you can sort the list by that attribute. For example, you may want to sort the list by the owning process name. Sort the list of any column by clicking on the column header. The thread(s) being debugged will be shown in bold font.</p>
    23 <p>The Threads tab (Figure 3) provides a flat list of corresponding kernel objects. The list will display &ldquo;sortable&rdquo; attributes of that type of object in columns. The &ldquo;sortable attribute&rdquo; means you can sort the list by that attribute. For example, you may want to sort the list by the owning process name. Sort the list of any column by clicking on the column header. The thread(s) being debugged will be shown in bold font.</p>
    24 <p class="note"><b>NOTE</b> You can debug (attach debugger to) any thread in the Thread tab by double clicking on it or selecting it and clicking the Debug button. In that case, a new thread item will show up in Debug view if the thread is not being debugged.</p>
    24 <p class="note"><b>NOTE</b> You can debug (attach debugger to) any thread in the Thread tab by double clicking on it or selecting it and clicking the Debug button. In that case, a new thread item will show up in Debug view if the thread is not being debugged.</p>