Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_module_load.c103 mdb_tgt_continue(mdb.m_target, NULL) == 0) in mdb_module_load()
236 mdb_tgt_continue(mdb.m_target, NULL) == 0) in kmdb_module_request_unload()
H A Dkmdb_kvm.c1433 (void) mdb_tgt_continue(t, NULL); in kmt_defbp_event()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h363 extern int mdb_tgt_continue(mdb_tgt_t *, mdb_tgt_status_t *);
H A Dmdb_target.c1273 (void) mdb_tgt_continue(t, NULL); in tgt_continue()
1400 mdb_tgt_continue(mdb_tgt_t *t, mdb_tgt_status_t *tsp) in mdb_tgt_continue() function
H A Dmdb_proc.c404 (void) mdb_tgt_continue(t, NULL); in pt_rtld_event()
635 (void) mdb_tgt_continue(t, NULL); in pt_fork()
795 (void) mdb_tgt_continue(t, NULL); in pt_fork()
818 (void) mdb_tgt_continue(t, NULL); in pt_exec()
964 (void) mdb_tgt_continue(t, NULL); in pt_exec()
H A Dmdb_cmds.c2785 &mdb_tgt_continue, "continue")); in cmd_cont()