wok annotate libunwind/description.txt @ rev 25017

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