carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_memoryview.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
<meta name="ProgId" content="FrontPage.Editor.Document">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
<title>Memory view</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
<h1>Memory view</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
<p>The <b>Memory</b> view of the Debug
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
perspective lets you monitor and modify your process memory. The process memory
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
is presented as a list of so called <b>memory monitors</b>. Each monitor represents
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
a section of memory specified by it's location called <b>base address</b>. Each
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
memory monitor can be displayed in different predefined data formats -- <b>memory
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
renderings</b>. The debugger supports five rendering types -- <b>hexadecimal</b>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
(default), <b>ascii</b>, <b>signed integer</b> and <b>unsigned integer</b>. The
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
default rendering is displayed automatically on the monitor creation.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
<p><img src="../images/view_memory.png" width="718" height="235" alt="Memory View"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
<p>The Memory view contains two
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
panes -- the <b>Memory Monitors</b> pane and the <b>Memory Renderings</b> pane. The
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
Memory Monitors pane displays the list of memory monitors added to the debug
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
session currently selected in the Debug view. The content of the Memory
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
Renderings pane is controlled by the selection in the Memory Monitors pane and
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
consists of the tabs that display renderings. The Memory Renderings pane can be
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
configured to display two renderings simultaneously.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
<h3>Memory view toolbar icons</h3>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
<p>The table below lists the icons displayed in the Memory view toolbar.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
  <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
    <td width="16%" align="left"><div align="center"><b>Command</b></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
    <td width="32%"><div align="center"><b>Name</b></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
    <td width="52%"><div align="center"><b>Description</b></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
  </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
  <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
    <td valign="top"><div align="center"><img src="../images/icon_new_memory_view.png" width="22" height="21" alt="New Memory View icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
    <td valign="top"><div align="left">New Memory View </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
    <td valign="top">Click to create a new memory view.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
  </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
  <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
    <td valign="top"><div align="center"><img src="../images/icon_pin_memory.png" width="21" height="21" alt="Pin Memory Monitor icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
    <td valign="top"><div align="left">Pin Memory Monitor </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
    <td valign="top">Select to pin the memory monitor on top of all other memory monitors. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
  </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
  <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
    <td valign="top"><div align="center"><img src="../images/icon_toggle_memory_monitor.png" width="22" height="21" alt="Toggle Memory Monitors icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
    <td valign="top"><div align="left">Toggle Memory Monitors Pane </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
    <td valign="top">Shows/hides the Memory Monitor pane.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
  </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
  <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
    <td valign="top"><div align="center"><img src="../images/icon_toggle_split_pane.png" width="23" height="21" alt="Toggle Split Pane icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
    <td valign="top"><div align="left">Toggle Split Pane </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
    <td valign="top">Toggles the Memory Renderings pane split.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
  </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
  <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
    <td valign="top"><div align="center"><img src="../images/icon_link_mem_rendering.png" width="22" height="22" alt="Link Memory Rendering Panes icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
    <td valign="top"><div align="left">Link Memory Rendering Panes </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
    <td valign="top">Synchronizes the selection of two memory renderings.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
  </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
  <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    67
    <td valign="top"><div align="center"><img src="../images/icon_switch_mem_monitor.png" width="33" height="20" alt="Switch Memory Monitor icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    68
    <td valign="top"><div align="left">Switch Memory Monitor </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    69
    <td valign="top">When more than one memory monitor is active, select a different memory monitor to view. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    70
  </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    71
  <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    72
    <td valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    73
    <td valign="top">Menu &gt; Layout </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    74
    <td valign="top">Switch  the Monitors and Rendering panes display between horizontal or vertical orientation. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    75
  </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    76
  <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    77
    <td valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    78
    <td valign="top">Menu &gt; Preferences </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    79
    <td valign="top"><p>Opens the Preferences window allowing you to set:</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    80
      <ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    81
	  <li><b>Reset Memory Monitor</b> - set to reset only visible or all renderings when reseting a memory monitor </li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    82
	  <li><b>Padded String</b> - enter strings to show unretrievable memory </li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    83
	  <li><b>Select Codepages</b> - specify the standard to convert memory to ASCII and EBCDIC strings </li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    84
    </ul>  </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    85
  <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    86
    <td valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    87
    <td valign="top">Menu &gt; Table Rendering Preferences </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    88
    <td valign="top">Specify the memory loading mode to use when rendering scrolls to the end of the buffer. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    89
  </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    90
</table>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    91
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    92
  <h3>Monitors pane context menu </h3>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    93
  <p>The Monitors pane context menu inside the Memory view  includes:</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    94
  <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    95
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    96
      <td width="19%" align="left"><div align="center"><b>Command</b></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    97
      <td width="35%"><div align="center"><b>Name</b></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    98
      <td width="46%"><div align="center"><b>Description</b></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    99
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   100
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   101
      <td valign="top"><div align="center"><img src="../images/icon_add_mem_monitor.png" width="18" height="18" alt="Add Memory Monitor icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   102
      <td valign="top"><div align="left">Add Memory Monitor </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   103
      <td valign="top">Adds a new memory address or variable to the Memory Monitors pane.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   104
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   105
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   106
      <td valign="top"><div align="center"><img src="../images/icon_remove.png" width="22" height="22" alt="Remote Memory Monitor icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   107
      <td valign="top"><div align="left">Remove Memory Monitor </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   108
      <td valign="top">Removes the selected memory address or variable from the Memory Monitors pane.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   109
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   110
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   111
      <td valign="top"><div align="center"><img src="../images/icon_reset_mem_monitor.png" width="24" height="22" alt="Reset icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   112
      <td valign="top"><div align="left">Reset </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   113
      <td valign="top">Resets the current memory monitor  view. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   114
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   115
  </table>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   116
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   117
  <h3>Rendering pane context menu </h3>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   118
  <p>The Rendering pane context menu inside the Memory view  includes:</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   119
  <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   120
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   121
      <td width="19%" align="left"><div align="center"><b>Command</b></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   122
      <td width="35%"><div align="center"><b>Name</b></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   123
      <td width="46%"><div align="center"><b>Description</b></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   124
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   125
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   126
      <td valign="top"><div align="center"><img src="../images/icon_add_mem_monitor.png" width="18" height="18" alt="Add Rendering icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   127
      <td valign="top"><div align="left">Add Rendering </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   128
      <td valign="top">Add a memory rendering pane to display a memory monitor item at a different address or in a different format.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   129
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   130
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   131
      <td valign="top"><div align="center"><img src="../images/icon_remove.png" width="22" height="22" alt="Remote Rendering icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   132
      <td valign="top"><div align="left">Remove Rendering </div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   133
      <td valign="top">Removes the selected rendering from the Memory view.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   134
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   135
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   136
      <td valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   137
      <td valign="top">Panes</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   138
      <td valign="top">Enable or disable the showing of the Address, Binary, and Text portions of the rendering view. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   139
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   140
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   141
      <td valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   142
      <td valign="top">Endian</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   143
      <td valign="top">Toggle between the Little (default) and Big   Endian display of memory. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   144
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   145
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   146
      <td valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   147
      <td valign="top">Text</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   148
      <td valign="top">Choose the character encoding used to convert memory values into text for display. Choices include: ISO-8859-1 (default), US-ASCII, or UTF-8. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   149
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   150
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   151
      <td valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   152
      <td valign="top">Cell Size </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   153
      <td valign="top">Specify the cell size used to display values in the Binary column. Choices include: 1, 2, 4 (default), and 8 bytes. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   154
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   155
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   156
      <td valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   157
      <td valign="top">Radix</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   158
      <td valign="top">Specify the radix used to display the  values in the Binary column. Choices include: Hex, Decimal Signed, Decimal Unsigned (default), Octal, and Binary. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   159
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   160
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   161
      <td valign="top"><div align="center"><img src="../images/icon_copy_to_clipboard.png" width="22" height="23" alt="Copy to Clipboard icon"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   162
      <td valign="top">Copy To Clipboard </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   163
      <td valign="top">Copies the selected portion of the Rendering pane to the clipboard. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   164
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   165
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   166
      <td valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   167
      <td valign="top">Go To Address </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   168
      <td valign="top">Opens an edit box to type in a memory address. Press Enter to go to that address and show it in the Rendering pane. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   169
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   170
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   171
      <td valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   172
      <td valign="top">Reset To Base Address </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   173
      <td valign="top">Resets the Rendering pane to the original base address. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   174
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   175
    <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   176
      <td valign="top"><div align="center"></div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   177
      <td valign="top"><div align="left">Refresh</div></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   178
      <td valign="top">Refreshes the Rendering pane. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   179
    </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   180
  </table>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   181
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   182
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   183
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   184
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   185
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   186
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   187
<a href="../tasks/cdt_t_memory.htm">Working with memory</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   188
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   189
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   190
<a href="cdt_o_views.htm">Views</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   191
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   192
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   193
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   194
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   195
</html>