Searched refs:MDB_DBG_CTF (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 1781 mdb_dprintf(MDB_DBG_CTF, "invalid type of intrinsic: %d\n", in mdb_ctf_synthetics_create_base() 1797 mdb_dprintf(MDB_DBG_CTF, "couldn't add synthetic " in mdb_ctf_synthetics_create_base() 1804 mdb_dprintf(MDB_DBG_CTF, "failed to update synthetic types\n"); in mdb_ctf_synthetics_create_base() 1811 mdb_dprintf(MDB_DBG_CTF, "cailed to lookup %s: %s\n", in mdb_ctf_synthetics_create_base() 1817 mdb_dprintf(MDB_DBG_CTF, "couldn't add typedef %s " in mdb_ctf_synthetics_create_base() 1825 mdb_dprintf(MDB_DBG_CTF, "failed to update synthetic types\n"); in mdb_ctf_synthetics_create_base() 1857 mdb_dprintf(MDB_DBG_CTF, "failed to add type %s: a type " in mdb_ctf_add_typedef() 1864 mdb_dprintf(MDB_DBG_CTF, "failed to add reference type: %s\n", in mdb_ctf_add_typedef() 1870 mdb_dprintf(MDB_DBG_CTF, "failed to add typedef: %s", in mdb_ctf_add_typedef() 1876 mdb_dprintf(MDB_DBG_CTF, "failed to update synthetic types: %s", in mdb_ctf_add_typedef() [all …]
|
H A D | mdb_debug.c | 63 { "ctf", "debug libctf internals", MDB_DBG_CTF }, 149 *libctf_debugp = (bits & MDB_DBG_CTF) != 0; in mdb_dmode()
|
H A D | mdb_debug.h | 52 #define MDB_DBG_CTF 0x00008000 macro
|
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/ |
H A D | ctf_subr.c | 141 mdb_dvprintf(MDB_DBG_CTF, format, alist); in ctf_dprintf()
|