wok view libunwind/description.txt @ rev 25020

updated openmpi and openmpi-dev (4.0.3 -> 4.1.3)
author Hans-G?nter Theisgen
date Wed May 18 08:05:48 2022 +0100 (2022-05-18)
parents
children
line source
1 The primary goal of this project is to define a portable and efficient
2 C programming interface (API) to determine the call-chain of a program.
3 The API additionally provides the means to manipulate the preserved
4 (callee-saved) state of each call-frame and to resume execution at any
5 point in the call-chain (non-local goto).
6 The API supports both local (same-process) and remote (across-process) operation.