Page MenuHomeFreeBSD

kernel: Bring DWARF3 symbols to all kernels
AbandonedPublic

Authored by imp on Feb 24 2024, 8:45 PM.
Tags
None
Referenced Files
F135214377: D44070.diff
Fri, Nov 7, 2:32 PM
Unknown Object (File)
Thu, Nov 6, 11:46 AM
Unknown Object (File)
Tue, Nov 4, 9:53 PM
Unknown Object (File)
Tue, Nov 4, 7:06 PM
Unknown Object (File)
Tue, Nov 4, 7:06 PM
Unknown Object (File)
Tue, Nov 4, 4:27 PM
Unknown Object (File)
Mon, Oct 20, 1:43 AM
Unknown Object (File)
Fri, Oct 10, 2:07 AM
Subscribers

Details

Summary

Sync the non-x86 kernels for DWARF3 files.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 56225
Build 53113: arc lint + arc unit

Event Timeline

imp requested review of this revision.Feb 24 2024, 8:45 PM

OK, but probably makes sense to do this after the rename?

This revision is now accepted and ready to land.Feb 24 2024, 8:50 PM

Yea, I had wanted this to make all the kernels have the same dwarf stuff. So it would have made sense for that.
But then I expanded the scope and made them all share common debugging and I didn't try to make them
all match for that. So I'll abandon this one and roll it into debug.ldscript.

Yea, I had wanted this to make all the kernels have the same dwarf stuff.

Oh, I see. It makes sense to make sure that all of the ldscripts are identical before replacing the common bits with INCLUDE, sure.