Skip to content

HsingYun/libunwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libunwind

A standalone fork from llvm#libunwind rev: 235d6841601a


Unwind library

The unwind library provides a family of _Unwind_* functions implementing the language-neutral stack unwinding portion of the Itanium C++ ABI (Level I). It is a dependency of the C++ ABI library, and sometimes is a dependency of other runtimes.

LLVM’s unwinder library is part of the llvm-project git repository.

More: libunwind LLVM Unwinder