Searched defs:core_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5242 const char *core_path = argc > 1 ? argv[1] : NULL; local
5281 if (core_path == NULL && (mdb.m_flags & MDB_FL_ADB) &&
5283 core_path = PT_CORE_PATH;
5291 if (core_path != NULL && strcmp(core_path, "-") == 0)
5292 core_path = NULL;
5298 if (core_path != NULL && (t->t_pshandle = proc_arg_xgrab(core_path,
5301 mdb_warn("cannot debug %s: %s\n", core_path, Pgrab_error(perr));
5478 core_path, aout_pat
[all...]

Completed in 72 milliseconds