Page MenuHomeFreeBSD

fbt: Add support for CTFv3 containers
ClosedPublic

Authored by markj on Feb 23 2022, 11:50 PM.
Tags
None
Referenced Files
F173357215: D34361.id103578.diff
Fri, Sep 25, 10:29 AM
Unknown Object (File)
Thu, Sep 24, 2:01 AM
Unknown Object (File)
Wed, Sep 16, 6:45 AM
Unknown Object (File)
Tue, Sep 8, 4:54 PM
Unknown Object (File)
Aug 18 2026, 2:49 PM
Unknown Object (File)
Aug 7 2026, 8:38 PM
Unknown Object (File)
Aug 6 2026, 9:09 PM
Unknown Object (File)
Aug 3 2026, 6:27 AM
Subscribers

Details

Reviewers
None
Group Reviewers
DTrace
Commits
rGd9175438c0e7: fbt: Add support for CTFv3 containers
Summary

The general aim in this and subsequent patches is to minimize the
amount of code that directly references CTF types such as ctf_type_t,
ctf_array_t, etc. To that end, introduce some routines similar to the
existing fbt_get_ctt_size() (which exists to deal with differences
between v1 and v2) and change ctf_lookup_by_id() to return a void
pointer.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44555
Build 41443: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mar 7 2022, 3:44 PM
This revision was automatically updated to reflect the committed changes.