core/com.nokia.carbide.cpp.doc.user/html/reference/view_mem_array.htm
changeset 1207 e265bbe56eb0
parent 0 fb279309251b
equal deleted inserted replaced
1205:5310aeaa3526 1207:e265bbe56eb0
     7 <title>ArrayWindow</title>
     7 <title>ArrayWindow</title>
     8 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
     8 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
     9 </head>
     9 </head>
    10 <body bgcolor="#FFFFFF">
    10 <body bgcolor="#FFFFFF">
    11 <h2>Array Window</h2>
    11 <h2>Array Window</h2>
    12 <p> An Array window allows manipulation of a contiguous block of memory, displayed as an array of elements. The window lists array contents sequentially, starting at
    12 <p> The <b>Array</b> window allows manipulation of a contiguous block of memory, displayed as an array of elements. The window lists array contents sequentially, starting at
    13 element 0.</p>
    13 element 0.</p>
    14 <p>The Array window title shows the base address bound to the array. The base address can bind to an address, a variable, or a register. An array bound to a local variable closes after the routine that defines the variable returns to the calling routine.</p>
    14 <p>The Array window title shows the base address bound to the array. The base address can bind to an address, a variable, or a register. An array bound to a local variable closes after the routine that defines the variable returns to the calling routine.</p>
    15 <p>For array elements cast as structured types, a hierarchical control appears to the left of each element. Use these hierarchical controls to expand or collapse the display of each element&rsquo;s contents.</p>
    15 <p>For array elements cast as structured types, a hierarchical control appears to the left of each element. Use these hierarchical controls to expand or collapse the display of each element&rsquo;s contents.</p>
    16 <p>Figure 1 shows an Array window. Table 1 explains the items in the window.</p>
    16 <p>Figure 1 shows an Array window. Table 1 explains the items in the window.</p>
    17 <p class="figure">Figure 1 Array window</p>
    17 <p class="figure">Figure 1 Array window</p>
    68     <p>A new Array window appears.</p>
    68     <p>A new Array window appears.</p>
    69   </ol>
    69   </ol>
    70 </div>
    70 </div>
    71 <p class="note"><b>TIP</b> Drag and drop a register or variable name into an Array window to set the base address. Use the View Memory As command to interpret memory displayed in an Array window as a different type.</p>
    71 <p class="note"><b>TIP</b> Drag and drop a register or variable name into an Array window to set the base address. Use the View Memory As command to interpret memory displayed in an Array window as a different type.</p>
    72 <p>Alternatively, use a contextual menu to open an Array window, as explained in Table 2.</p>
    72 <p>Alternatively, use a contextual menu to open an Array window, as explained in Table 2.</p>
    73 <h5>Table 2 Opening an Array window by using a contextual menu </h5>
    73 <h5>Table 2 Opening an Array window by using a context menu </h5>
    74 <table width="77%"  border="0" cellpadding="2" cellspacing="0">
    74 <table width="77%"  border="0" cellpadding="2" cellspacing="0">
    75   <tr>
    75   <tr>
    76     <th width="31%" scope="col">On this host&hellip;</th>
    76     <th width="31%" scope="col">On this host&hellip;</th>
    77     <th width="69%" scope="col">Do this&hellip;</th>
    77     <th width="69%" scope="col">Do this&hellip;</th>
    78   </tr>
    78   </tr>
    89     <td>Click and hold on the array, then select View Array.</td>
    89     <td>Click and hold on the array, then select View Array.</td>
    90   </tr>
    90   </tr>
    91 </table>
    91 </table>
    92 <p><br />
    92 <p><br />
    93 </p>
    93 </p>
    94 <div id="footer">Copyright &copy; 2009 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>
    94 <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>
    95 
    95 
    96 </body>
    96 </body>
    97 </html>
    97 </html>