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
F116665670: D27177.diff
Thu, May 8, 10:44 PM
Unknown Object (File)
Sat, May 3, 8:22 PM
Unknown Object (File)
Fri, Apr 25, 4:43 PM
Unknown Object (File)
Mar 20 2025, 8:39 AM
Unknown Object (File)
Mar 4 2025, 5:53 PM
Unknown Object (File)
Jan 18 2025, 7:52 PM
Unknown Object (File)
Jan 5 2025, 12:59 PM
Unknown Object (File)
Jan 3 2025, 1:13 PM
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.