The saved state information is the program's execution history.
If your program calls a routine that display information. the routine will not display this information. For example, suppose your program calls printf(). When the printf() is executed in record mode, it writes text. However, when the printf() is replayed, this text is not rewritten. Similarly, if your program unlinks a file in record mode; the file will not be linked before the unlink statement when you are in replay mode.
|
TotalView Technologies. http://www.totalviewtech.com Voice: (508) 652-7700 |
version 8.6 Copyright © 2008, TotalView Technologies, LLC. All Rights Reserved. Comments to: documentation@totalviewtechnologies.com |