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
Unknown Object (File)
Sat, May 4, 8:48 AM
Unknown Object (File)
Sat, Apr 27, 10:33 AM
Unknown Object (File)
Sat, Apr 27, 10:33 AM
Unknown Object (File)
Sat, Apr 27, 9:38 AM
Unknown Object (File)
Sat, Apr 27, 9:12 AM
Unknown Object (File)
Thu, Apr 25, 2:38 PM
Unknown Object (File)
Jan 11 2024, 3:42 PM
Unknown Object (File)
Dec 20 2023, 4:07 AM
Subscribers

Details

Summary

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

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34741
Build 31797: arc lint + arc unit

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.