HomeFreeBSD

Recursively enumerate anonymous structs and unions in ctf_member_info().

Description

Recursively enumerate anonymous structs and unions in ctf_member_info().

Previously, ctf_member_info() would ignore members belonging to an
anonymous struct or union. This made it impossible to, for example, trace
the m_next field of an mbuf using DTrace.

Reported and tested by: gallatin
MFC after: 2 weeks

Details

Provenance
markjAuthored on
Parents
rS305054: hyperv/hn: Remove unnecessary NULL check.
Branches
Unknown
Tags
Unknown