Page tree

On this page

Overview

Linunwind defines a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation.

More information: http://www.nongnu.org/libunwind/

Usage

You can check the versions installed in Gadi with a module query:

$ module avail libunwind

We normally recommend using the latest version available and always recommend to specify the version number with the module command:

$ module load libunwind/1.2.1

For more details on using modules see our modules help guide at https://opus.nci.org.au/display/Help/Environment+Modules.

See the documentation of libunwind available at http://www.nongnu.org/libunwind/docs.html.