Registry / utility / libunwind

libunwind

JSON →
library1.8.3vcpkgunverified

Unix library for portable stack unwinding.

vcpkg install libunwind
INSTALL
IMPORT
SIG · LIBUNWIND
L
libunwind
utilitycppv1.8.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libunwind.h
#include <libunwind.h>

Minimal usage of libunwind

#include <libunwind.h> int main() { unw_context_t context; unw_getcontext(&context); return 0; }
Debug
Known issues
gotchalibunwind is primarily for Unix-like systems; Windows support is limited.
fix
Use on Linux, macOS, or other POSIX systems.
affects: *
Upgrade
Version history
1.8.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libunwind — pip install libunwind · libregistry