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, Dec 1, 8:35 AM
Unknown Object (File)
Tue, Nov 25, 3:25 PM
Unknown Object (File)
Tue, Nov 25, 10:29 AM
Unknown Object (File)
Mon, Nov 24, 9:01 PM
Unknown Object (File)
Mon, Nov 24, 2:34 PM
Unknown Object (File)
Sat, Nov 22, 7:36 PM
Unknown Object (File)
Sat, Nov 22, 4:30 PM
Unknown Object (File)
Sat, Nov 22, 12:48 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.