Page MenuHomeFreeBSD

Add .cfi_{start,end}proc for RISC-V assembly functions
ClosedPublic

Authored by arichardson on Nov 11 2020, 12:33 PM.
Tags
None
Referenced Files
F106659311: D27177.diff
Fri, Jan 3, 1:13 PM
Unknown Object (File)
Mon, Dec 30, 5:36 AM
Unknown Object (File)
Tue, Dec 10, 9:08 AM
Unknown Object (File)
Nov 21 2024, 8:31 AM
Unknown Object (File)
Nov 18 2024, 1:42 AM
Unknown Object (File)
Nov 16 2024, 2:40 AM
Unknown Object (File)
Oct 6 2024, 6:57 AM
Unknown Object (File)
Oct 5 2024, 10:52 AM
Subscribers

Details

Summary

This allows GDB to print more useful backtraces when setting a breakpoint
on an assembly function.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arichardson created this revision.
This revision is now accepted and ready to land.Nov 16 2020, 11:47 PM

We should probably do something similar for arm/mips/i386/ppc. (Of course, I am a hypocrite here; I did the same for only amd64 in rS353959.)

In D27177#611740, @cem wrote:

We should probably do something similar for arm/mips/i386/ppc. (Of course, I am a hypocrite here; I did the same for only amd64 in rS353959.)

See D27088 for mips.