Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c184 { "nostop", opt_set_tflags, MDB_TGT_F_NOSTOP }, in mdb_set_options()
344 if (tflags & MDB_TGT_F_NOSTOP) in print_properties()
H A Dmdb_target.h85 #define MDB_TGT_F_NOSTOP 0x0020 /* Do not stop target on attach */ macro
H A Dmdb_proc.c5332 if (t->t_flags & MDB_TGT_F_NOSTOP) in mdb_proc_tgt_create()