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

(cherry picked from commit 8ce6b4f2c48eca758fac90b58924f9b2e38fbc49)

Details

Provenance
markjAuthored on Wed, Jan 22, 2:34 PM
Parents
rG18a39dedbdd3: dtrace: Build systrace_freebsd32 only if COMPAT_FREEBSD32 is configured
Branches
Unknown
Tags
Unknown