Home
last modified time | relevance | path

Searched refs:m_debug (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_debug.c78 if ((mdb.m_debug & mode) == mode && mdb.m_err != NULL) { in mdb_dprintf()
91 if ((mdb.m_debug & mode) == mode && format != NULL && *format != '\0' && in mdb_dvprintf()
155 mdb.m_debug = bits; in mdb_dmode()
H A Dmdb.h120 uint_t m_debug; /* Debugging flags (see mdb_debug.h) */ member
H A Dmdb.c1298 mdb.m_tgtflags, mdb.m_flags, mdb.m_debug, mdb.m_radix, mdb.m_nargs, in mdb_get_config()
1333 mdb.m_debug = strntoul(s, (size_t)(p - s), 16); in mdb_set_config()
H A Dmdb_main.c662 if (mdb.m_debug & MDB_DBG_HELP) in main()
H A Dmdb_termio.c1691 if (mdb.m_debug & MDB_DBG_CMDBUF) in mdb_termio_create()
H A Dmdb_cmds.c1401 mdb_printf("debugging mode = 0x%04x\n", mdb.m_debug); in cmd_dbmode()