The ILE C source code in Figure 69 sets up system and space pointers for an example of how they can be displayed with the debugger. The corresponding debug expressions and information are shown in Figure 70
Figure 69. System and Space Pointers in ILE C Source Code
|
The following figure illustrates how the debugger displays system and space pointers.
Figure 70. Example of System and Space Pointer Display
+--------------------------------------------------------------------------------+ | Evaluate Expression | | Previous debug expressions | |>eval pSYSptr System pointers are formatted | | pSYSptr = | | SYP:QTEUSERSPC :1934:QTEMP :111111110 | | 0011100 | |>eval pBuffer | | pBuffer = SPP:071ECD0002000000 Space pointers return 6 bytes that can | | be used in System Service Tools | | Bottom | | Debug . . . _________________________________________________________________| |_______________________________________________________________________________ | | F3=Exit F9=Retrieve F12=Cancel F18=Command entry F19=Left F20=Right | +--------------------------------------------------------------------------------+ |
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.