Page MenuHomeFreeBSD

Use an unsigned 64-bit integer for exception class.
ClosedPublic

Authored by jhb on Jan 26 2022, 6:49 PM.
Tags
None
Referenced Files
F132328086: D34049.id101953.diff
Wed, Oct 15, 10:50 PM
F132328079: D34049.id102007.diff
Wed, Oct 15, 10:50 PM
F132328075: D34049.id.diff
Wed, Oct 15, 10:50 PM
Unknown Object (File)
Wed, Oct 15, 12:24 PM
Unknown Object (File)
Wed, Oct 8, 6:48 PM
Unknown Object (File)
Wed, Oct 1, 3:26 AM
Unknown Object (File)
Sep 11 2025, 2:27 PM
Unknown Object (File)
Sep 7 2025, 1:04 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Jan 26 2022, 6:49 PM

LGTM; for which purposes do we use this header, btw?

This revision is now accepted and ready to land.Jan 26 2022, 8:17 PM
In D34049#769902, @dim wrote:

LGTM; for which purposes do we use this header, btw?

Only for libthr. This is part of my series I had earlier to switching to installing libunwind's unwind.h. This change allows libthr to work with libunwind's unwind.h but does so as a self-contained change before switching which unwind.h is used. Note that include/unwind.h has never been installed, only used by libthr from the source tree.

it might be worth noting in the commit message that include/unwind.h is not installed and is only used for libthr to help clear up some of the confusion

+1 to ed's comments as well.