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)
Jan 11 2024, 3:42 PM
Unknown Object (File)
Dec 20 2023, 4:07 AM
Unknown Object (File)
Dec 20 2023, 12:03 AM
Unknown Object (File)
Aug 29 2023, 6:44 PM
Unknown Object (File)
Jul 17 2023, 11:51 PM
Unknown Object (File)
Jun 27 2023, 4:08 PM
Unknown Object (File)
Jun 27 2023, 4:07 PM
Unknown Object (File)
Jun 27 2023, 2:45 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.