Page MenuHomeFreeBSD

fbt: Add support for CTFv3 containers
ClosedPublic

Authored by markj on Feb 23 2022, 11:50 PM.
Tags
None
Referenced Files
F161154404: D34361.id.diff
Wed, Jul 1, 1:22 AM
Unknown Object (File)
Mon, Jun 22, 6:29 PM
Unknown Object (File)
Sun, Jun 21, 9:24 PM
Unknown Object (File)
Sat, Jun 20, 8:42 PM
Unknown Object (File)
Fri, Jun 19, 10:07 PM
Unknown Object (File)
Mon, Jun 15, 11:24 PM
Unknown Object (File)
Mon, Jun 15, 6:38 AM
Unknown Object (File)
Tue, Jun 9, 2:11 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.