mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
7447ca0eb2
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