aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2013-03-25 20:38:09 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2013-03-25 20:38:09 +0000
commit5472787377cfc679b0d80e9bc66b0e4840f15d8b (patch)
treee3582ac4bf448d14f8e19620b4de898ddd384b81 /cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c
parentaebd8de674b1c3869a208634c44612109d2f0390 (diff)
parentc00db7739dba4ce123b2bc4acae672a187c909a5 (diff)
parent43155917cefb7b2714672a31fa6b0b897dc2ef6a (diff)
downloadsrc-5472787377cfc679b0d80e9bc66b0e4840f15d8b.tar.gz
src-5472787377cfc679b0d80e9bc66b0e4840f15d8b.zip
Dtrace: Add SUN MDB-like type-aware print() action.
Merge change from illumos: 1694 Add type-aware print() action This is a very nice feature implemented in upstream Dtrace. A complete description is available here: http://dtrace.org/blogs/eschrock/2011/10/26/your-mdb-fell-into-my-dtrace/ This change bumps the DT_VERS_* number to 1.9.0 in accordance to what is done in illumos. While here also include some minor cleanups to ease further merging and appease clang with a fix by Fabian Keil. Illumos Revisions: 13501:c3a7090dbc16 13483:f413e6c5d297 Reference: https://www.illumos.org/issues/1560 https://www.illumos.org/issues/1694 Tested by: Fabian Keil Obtained from: Illumos MFC after: 1 month
Notes
Notes: svn path=/head/; revision=248708