Print this page
9210 remove KMDB branch debugging support
9211 ::crregs could do with cr2/cr3 support
9209 ::ttrace should be able to filter by thread
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>

*** 19,32 **** * CDDL HEADER END */ /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - #pragma ident "%Z%%M% %I% %E% SMI" - /* * Immediate Value Target * * The immediate value target is used when the '=' verb is used to * format an immediate value, or with ::print -i. The target is --- 19,32 ---- * CDDL HEADER END */ /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Copyright 2018 Joyent, Inc. */ /* * Immediate Value Target * * The immediate value target is used when the '=' verb is used to * format an immediate value, or with ::print -i. The target is
*** 140,150 **** (struct ctf_file *(*)()) mdb_tgt_null, /* t_name_to_ctf */ (int (*)()) mdb_tgt_notsup, /* t_status */ (int (*)()) mdb_tgt_notsup, /* t_run */ (int (*)()) mdb_tgt_notsup, /* t_step */ (int (*)()) mdb_tgt_notsup, /* t_step_out */ - (int (*)()) mdb_tgt_notsup, /* t_step_branch */ (int (*)()) mdb_tgt_notsup, /* t_next */ (int (*)()) mdb_tgt_notsup, /* t_cont */ (int (*)()) mdb_tgt_notsup, /* t_signal */ (int (*)()) mdb_tgt_null, /* t_add_vbrkpt */ (int (*)()) mdb_tgt_null, /* t_add_sbrkpt */ --- 140,149 ----