| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Install headers from LLVM's libunwind in place of the headers from
libcxxrt and allow C applications to use the library.
As part of this, remove include/unwind.h and switch libthr over to
using the installed unwind.h.
Reviewed by: dim, emaste
MFC after: 10 days
Differential Revision: https://reviews.freebsd.org/D34065
|
| |
|
|
|
|
|
|
|
|
| |
I tested the original commit as part of a series that culminates in
removing this header and installing LLVM libunwind's unwind.h in its
place so missed updating this header as was done in b84693501af6.
Pointy hat to: jhb
Reported by: kevans
Fixes: 3a502289d316 Use uintptr_t for return type of _Unwind_GetCFA.
|
| |
|
|
|
|
|
|
|
|
| |
This matches the type in other unwind headers (LLVM libunwind,
libcxxrt, glibc).
NB: include/unwind.h is not installed but is only used by libthr
Reviewed by: imp, dim, emaste
Differential Revision: https://reviews.freebsd.org/D34049
|
| |
|
|
| |
Notes:
svn path=/head/; revision=326695
|
| |
|
|
| |
Notes:
svn path=/head/; revision=213290
|
| |
|
|
|
|
|
| |
- Make some functions be visible to BSD source code.
Notes:
svn path=/head/; revision=213289
|
|
|
Approved by: core (kib, rwatson, imp, brooks)
Notes:
svn path=/head/; revision=213288
|