Page MenuHomeFreeBSD

dtrace: export dtrace_dis_get_byte()
ClosedPublic

Authored by christos on Apr 28 2023, 3:35 PM.
Tags
Referenced Files
F166972426: D39871.id.diff
Tue, Aug 18, 7:09 AM
Unknown Object (File)
Mon, Aug 17, 8:17 AM
Unknown Object (File)
Sun, Aug 16, 7:59 AM
Unknown Object (File)
Wed, Aug 12, 3:41 PM
Unknown Object (File)
Sun, Aug 9, 10:59 AM
Unknown Object (File)
Fri, Aug 7, 3:05 PM
Unknown Object (File)
Wed, Aug 5, 5:50 AM
Unknown Object (File)
Wed, Aug 5, 4:23 AM
Subscribers

Details

Summary

kinst uses this function as well, but because it is not exported, it implements its
own copy of it. The patch also exposes the function to userland, so programs
that need to use dtrace_disx86() can use this function instead of rolling their
own copies.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable