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 25, 10:51 PM
Unknown Object (File)
Fri, Mar 20, 7:27 AM
Unknown Object (File)
Wed, Mar 18, 6:35 AM
Unknown Object (File)
Tue, Mar 17, 10:48 PM
Unknown Object (File)
Fri, Mar 13, 9:35 PM
Unknown Object (File)
Feb 8 2026, 3:40 PM
Unknown Object (File)
Feb 8 2026, 7:43 AM
Unknown Object (File)
Jan 31 2026, 12:45 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 Not Applicable
Unit
Tests Not Applicable

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.