Page MenuHomeFreeBSD

Implement vdso - virtual dynamic shared object. Through vdso Linux exposes functions from kernel with proper DWARF CFI information so that it becomes easier to unwind through them. Using vdso is a mandatory for a thread cancelation && cleanup on a...
ClosedPublic

Authored by dchagin on Nov 1 2014, 12:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 1, 1:12 PM
Unknown Object (File)
Thu, Mar 21, 7:03 PM
Unknown Object (File)
Feb 20 2024, 5:40 PM
Unknown Object (File)
Jan 7 2024, 6:45 PM
Unknown Object (File)
Jan 3 2024, 9:14 PM
Unknown Object (File)
Jan 2 2024, 7:41 PM
Unknown Object (File)
Dec 25 2023, 9:37 AM
Unknown Object (File)
Dec 19 2023, 11:52 PM
Subscribers

Details

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dchagin retitled this revision from to Implement vdso - virtual dynamic shared object. Through vdso Linux exposes functions from kernel with proper DWARF CFI information so that it becomes easier to unwind through them. Using vdso is a mandatory for a thread cancelation && cleanup on a....
dchagin updated this object.

Merge imp@ ${SYSDIR} changes.

Updating D1060: Implement vdso - virtual dynamic shared object. Through vdso Linux

exposes functions from kernel with proper DWARF CFI information so that
it becomes easier to unwind through them.
Using vdso is a mandatory for a thread cancelation && cleanup
on a...

trasz added a subscriber: trasz.

This looks too low-level (all this asm stuff) for me to review. Konstantin, could you take a look? Thanks!

Can you use higher-level cfi pseudo-ops for annotations, instead of manually encoding the dwarf ?

This revision was automatically updated to reflect the committed changes.