cadets / freebsd-old

FreeBSD src tree http://www.FreeBSD.org/
Other
12 stars 7 forks source link

`print(*var)` support #121

Open dstolfa opened 2 years ago

dstolfa commented 2 years ago

We currently don't propagate guest types through to the host in order to support an action such as print(). This means that we can't dump a full data structure like normal DTrace can, and it should be fixed.