Skip to Content

libunwind v1.8.1

Created
Updated

Unix libray for portable stack unwinding

# Usage

The package libunwind can be imported via CMake FindPkgConfig module:

find_package(PkgConfig)
pkg_check_modules(libunwind REQUIRED IMPORTED_TARGET GLOBAL libunwind)

target_link_libraries(main PRIVATE PkgConfig::libunwind) 

# License

# Supported Platforms

linux

  • linux
  • osx
  • uwp
  • windows

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Danyil Melnytskyi's avatar Danyil Melnytskyi
  • jim wang's avatar jim wang
  • Cheney Wang's avatar Cheney Wang

# Changelog

  • 6391d9d [libunwind] update to 1.8.1 (#37434)
  • 86a103d [libunwind] Update to 1.8.0 (#36910)
  • e2b7697 [libunwind] new port (#33204)

# Source