Page MenuHomeFreeBSD

dtrace: Fix up %rip for invop probes on x86
ClosedPublic

Authored by markj on Oct 30 2022, 8:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 4:23 PM
Unknown Object (File)
Dec 2 2024, 1:49 PM
Unknown Object (File)
Nov 22 2024, 8:55 AM
Unknown Object (File)
Sep 27 2024, 12:47 AM
Unknown Object (File)
Sep 24 2024, 12:23 PM
Unknown Object (File)
Sep 24 2024, 12:23 PM
Unknown Object (File)
Sep 24 2024, 12:22 PM
Unknown Object (File)
Sep 24 2024, 12:10 PM
Subscribers

Details

Summary

When a breakpoint exception is raised, the saved value of %rip points to
the instruction following the breakpoint. However, when fetching the
value of %rip using regs[], it's more natural to provide the address of
the breakpoint itself, so modify the kinst and fbt providers accordingly.

Reported by: khng

Diff Detail

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