Page MenuHomeFreeBSD

dtrace: export dtrace_dis_get_byte()
ClosedPublic

Authored by christos on Apr 28 2023, 3:35 PM.
Tags
Referenced Files
F108428449: D39871.id.diff
Fri, Jan 24, 5:11 PM
Unknown Object (File)
Thu, Jan 23, 6:41 PM
Unknown Object (File)
Thu, Jan 9, 12:16 AM
Unknown Object (File)
Dec 10 2024, 7:40 AM
Unknown Object (File)
Nov 18 2024, 5:37 PM
Unknown Object (File)
Nov 18 2024, 5:33 PM
Unknown Object (File)
Nov 18 2024, 3:26 PM
Unknown Object (File)
Oct 28 2024, 6:14 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