Home
last modified time | relevance | path

Searched refs:MDB_DBG_CTF (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1797 mdb_dprintf(MDB_DBG_CTF, "couldn't add synthetic " 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()
1857 mdb_dprintf(MDB_DBG_CTF, "failed to add type %s: a type " in mdb_ctf_add_typedef()
1870 mdb_dprintf(MDB_DBG_CTF, "failed to add typedef: %s", in mdb_ctf_add_typedef()
1899 mdb_dprintf(MDB_DBG_CTF, "failed to add type %s: a type " in mdb_ctf_add_struct()
1906 mdb_dprintf(MDB_DBG_CTF, "failed to add struct: %s\n", in mdb_ctf_add_struct()
1935 mdb_dprintf(MDB_DBG_CTF, "failed to add type %s: a type " in mdb_ctf_add_union()
1942 mdb_dprintf(MDB_DBG_CTF, "failed to add union: %s\n", in mdb_ctf_add_union()
2094 mdb_dprintf(MDB_DBG_CTF, "failed to add pointer: %s\n", in mdb_ctf_add_pointer()
[all …]
H A Dmdb_debug.c63 { "ctf", "debug libctf internals", MDB_DBG_CTF },
149 *libctf_debugp = (bits & MDB_DBG_CTF) != 0; in mdb_dmode()
H A Dmdb_debug.h52 #define MDB_DBG_CTF 0x00008000 macro
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dctf_subr.c141 mdb_dvprintf(MDB_DBG_CTF, format, alist); in ctf_dprintf()