core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_memory.htm
changeset 1658 2a5c0df13bad
parent 1376 120480c02651
child 1791 727385d8e2b3
equal deleted inserted replaced
1655:e17ab99b8f30 1658:2a5c0df13bad
     9 </head>
     9 </head>
    10 <body bgcolor="#FFFFFF">
    10 <body bgcolor="#FFFFFF">
    11 <h2>Working with Memory</h2>
    11 <h2>Working with Memory</h2>
    12 <p>  This section explains how to work with memory in a debugging session. Topics include:</p>
    12 <p>  This section explains how to work with memory in a debugging session. Topics include:</p>
    13 <ul>
    13 <ul>
    14   <li><a href="../reference/view_memory_wnd.htm">Memory</a> view &mdash;shows the memory that your project manipulates as it executes</li>
    14   <li><a href="../reference/view_memory.htm">Memory</a> view &mdash;shows the memory that your project manipulates as it executes</li>
    15   <li><a href="../reference/view_registers.htm">Registers</a> view&mdash;shows the register contents of a processor</li>
    15   <li><a href="../reference/view_registers.htm">Registers</a> view&mdash;shows the register contents of a processor</li>
    16 </ul>
    16 </ul>
    17 <h5>Related tasks</h5>
    17 <h5>Related tasks</h5>
    18 <ul>
    18 <ul>
    19   <li><a href="../tasks/memory/view_memory_show.htm">Opening a Memory View</a></li>
    19   <li><a href="../tasks/memory/view_memory_show.htm">Opening a Memory View</a></li>