wok-current diff libunwind/description.txt @ rev 24906
updated minidlna (1.2.1 -> 1.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 14:37:52 2022 +0100 (2022-04-09) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libunwind/description.txt Sat Apr 09 14:37:52 2022 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +The primary goal of this project is to define a portable and efficient 1.5 +C programming interface (API) to determine the call-chain of a program. 1.6 +The API additionally provides the means to manipulate the preserved 1.7 +(callee-saved) state of each call-frame and to resume execution at any 1.8 +point in the call-chain (non-local goto). 1.9 +The API supports both local (same-process) and remote (across-process) operation.