Guardian Programmer's Guide

Table Of Contents
Mixed Data Model Programming
Guardian Programmer’s Guide 421922-014
A - 6
Debugging Programs with 64-bit Segments
Debugging Programs with 64-bit Segments
Both Visual Inspect and eInspect may be used to debug a running program that has
64-bit segments.
Snapshot files from programs that have 64-bit segments have a format that differs from
those of programs without such segments. Snapshots of programs with 64-bit
segments may not be examined using Visual Inspect but must rather be analyzed
using eInspect.
In RVUs prior to H06.24 and J06.13:
Only eInspect can display 64-bit segments and their contents.
Snapshot files omit 64-bit segments; those segments simply do not exist in a
debugging session using a snapshot.
Examples
Here is a complete example C program that performs the following:
Allocates a 1GB 64-bit segment
Defines a pool on that segment
Moves some data into the pool
Writes that data to stdout