Page MenuHomeFreeBSD

dtrace: export dtrace_dis_get_byte()
ClosedPublic

Authored by christos on Apr 28 2023, 3:35 PM.
Tags
Referenced Files
Unknown Object (File)
Mon, Oct 28, 6:14 PM
Unknown Object (File)
Mon, Oct 28, 6:14 PM
Unknown Object (File)
Mon, Oct 28, 6:14 PM
Unknown Object (File)
Sep 20 2024, 2:45 AM
Unknown Object (File)
Sep 16 2024, 12:07 AM
Unknown Object (File)
Sep 15 2024, 9:10 PM
Unknown Object (File)
Aug 28 2024, 9:24 PM
Unknown Object (File)
Aug 28 2024, 9:24 PM
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