diff -r 226789abed73 -r 77469bd2d10b core/com.nokia.carbide.cpp.doc.user/html/reference/view_mem_array.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/view_mem_array.htm Thu Feb 18 10:33:34 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/view_mem_array.htm Thu Feb 18 11:17:02 2010 -0600 @@ -1,97 +1,97 @@ - - - - - - -ArrayWindow - - - -

Array Window

-

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 -element 0.

-

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.

-

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’s contents.

-

Figure 1 shows an Array window. Table 1 explains the items in the window.

-

Figure 1 Array window

-

 

-
Table 1 Array window—items
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ItemIconExplanation
Hierarchical control Click to collapse the view of the information pane.
Bind To Select the base address of the array: Address, Variable, or Register.
Array size Enter the number of elements to display in the Array window.
Struct Member Select a specific member to show in each element, or show all members.
Element Shows the array elements in a hierarchical list.
Value Shows the value of each array element.
Location Shows the address in memory of each array element.
-
-
Opening an Array Window
-

Use the View Array command to manipulate a memory block in an Array window.

-
    -
  1. Select the array that you want to view.
  2. -
  3. Select Data > View Array.
  4. -

    A new Array window appears.

    -
-
-

TIP 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.

-

Alternatively, use a contextual menu to open an Array window, as explained in Table 2.

-
Table 2 Opening an Array window by using a contextual menu
- - - - - - - - - - - - - - - - - -
On this host…Do this…
WindowsRight-click the array and select View Array.
SolarisClick and hold on the array, then select View Array.
LinuxClick and hold on the array, then select View Array.
-


-

- - - + + + + + + +ArrayWindow + + + +

Array Window

+

The Array window allows manipulation of a contiguous block of memory, displayed as an array of elements. The window lists array contents sequentially, starting at +element 0.

+

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.

+

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’s contents.

+

Figure 1 shows an Array window. Table 1 explains the items in the window.

+

Figure 1 Array window

+

 

+
Table 1 Array window—items
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ItemIconExplanation
Hierarchical control Click to collapse the view of the information pane.
Bind To Select the base address of the array: Address, Variable, or Register.
Array size Enter the number of elements to display in the Array window.
Struct Member Select a specific member to show in each element, or show all members.
Element Shows the array elements in a hierarchical list.
Value Shows the value of each array element.
Location Shows the address in memory of each array element.
+
+
Opening an Array Window
+

Use the View Array command to manipulate a memory block in an Array window.

+
    +
  1. Select the array that you want to view.
  2. +
  3. Select Data > View Array.
  4. +

    A new Array window appears.

    +
+
+

TIP 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.

+

Alternatively, use a contextual menu to open an Array window, as explained in Table 2.

+
Table 2 Opening an Array window by using a context menu
+ + + + + + + + + + + + + + + + + +
On this host…Do this…
WindowsRight-click the array and select View Array.
SolarisClick and hold on the array, then select View Array.
LinuxClick and hold on the array, then select View Array.
+


+

+ + + \ No newline at end of file