Page MenuHomeFreeBSD

riscv: always include frame pointer
ClosedPublic

Authored by mhorne on Dec 9 2022, 6:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 5, 4:30 AM
Unknown Object (File)
Feb 13 2025, 1:07 AM
Unknown Object (File)
Feb 12 2025, 8:04 AM
Unknown Object (File)
Feb 6 2025, 12:11 PM
Unknown Object (File)
Feb 6 2025, 4:54 AM
Unknown Object (File)
Feb 5 2025, 4:15 AM
Unknown Object (File)
Jan 26 2025, 11:05 PM
Unknown Object (File)
Nov 30 2024, 5:19 PM
Subscribers

Details

Summary

Specifically it is missing in kernel modules, meaning a proper backtrace
can't be constructed.

Diff Detail

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

Event Timeline

mhorne requested review of this revision.Dec 9 2022, 6:50 PM
jhb added a subscriber: jhb.

I wish DTR_ENABLED was spelled as something more obvious like DTRACE_ENABLED. I had to go grep to figure out what it means.

This revision is now accepted and ready to land.Dec 9 2022, 6:54 PM
This revision was automatically updated to reflect the committed changes.