HomeFreeBSD

dtrace: Fix the definition of pc_t

Description

dtrace: Fix the definition of pc_t

This type is used only to store PC values corresponding to a thread
stack trace, so a pointer type is not quite right. Switch to
vm_offset_t, as in struct stack, to simplify a port of DTrace to CHERI.

No functional change intended.

MFC after: 1 week
Sponsored by: Innovate UK

Details

Provenance
markjAuthored on Wed, Jan 22, 2:34 PM
Parents
rG6e6a67e98652: dtrace tests: Avoid hard-coding paths to required programs
Branches
Unknown
Tags
Unknown