Home
last modified time | relevance | path

Searched refs:MDB_DBG_PROC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkmdb_dpi_isadep.c102 mdb_dprintf(MDB_DBG_PROC, "Resume requested, pc is %p\n", in kmdb_dpi_resume_common()
114 mdb_dprintf(MDB_DBG_PROC, "Back from resume, pc: %p, " in kmdb_dpi_resume_common()
134 mdb_dprintf(MDB_DBG_PROC, "returning from resume\n"); in kmdb_dpi_resume_common()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_debug.c62 { "proc", "debug libproc internals", MDB_DBG_PROC },
146 *libproc_debugp = (bits & MDB_DBG_PROC) != 0; in mdb_dmode()
H A Dmdb_debug.h51 #define MDB_DBG_PROC 0x00004000 macro