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)
Oct 18 2024, 11:37 PM
Unknown Object (File)
Oct 1 2024, 2:58 PM
Unknown Object (File)
Oct 1 2024, 2:15 AM
Unknown Object (File)
Oct 1 2024, 1:21 AM
Unknown Object (File)
Sep 30 2024, 12:36 AM
Unknown Object (File)
Sep 29 2024, 10:54 AM
Unknown Object (File)
Sep 21 2024, 4:26 PM
Unknown Object (File)
Sep 18 2024, 3:20 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.