Home
last modified time | relevance | path

Searched defs:mdb_context (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context_impl.h43 struct mdb_context { struct
44 int (*ctx_func)(void); /* pointer to start function */
45 int ctx_status; /* return status of ctx_func */
46 int ctx_resumes; /* count of context resume calls */
47 size_t ctx_stacksize; /* size of stack in bytes */
48 void *ctx_stack; /* stack base address */
49 ucontext_t ctx_uc; /* user context structure */
50 jmp_buf ctx_pcb; /* control block for resume */