diff options
author | pfg <pfg@FreeBSD.org> | 2013-03-25 20:38:09 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2013-03-25 20:38:09 +0000 |
commit | 5304ecc65d409e90546f56cdb991b203f74e8d38 (patch) | |
tree | e3582ac4bf448d14f8e19620b4de898ddd384b81 /sys/dev/pst | |
parent | d63246a757cde4bb6efc5ef5b63c866554be6f26 (diff) | |
parent | 65298267281a5cecda6a6b74621b1f1121fca763 (diff) | |
parent | 27bdc9a206a2012fbb5f2dfc4ba6e485f4bd1ec9 (diff) | |
download | FreeBSD-src-5304ecc65d409e90546f56cdb991b203f74e8d38.zip FreeBSD-src-5304ecc65d409e90546f56cdb991b203f74e8d38.tar.gz |
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