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" - /* * Raw File Target * * The raw file target is invoked whenever a file of unrecognizable type is * specified on the command line, or when raw file examination is forced using --- 19,32 ---- * CDDL HEADER END */ /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Copyright 2018 Joyent, Inc. */ /* * Raw File Target * * The raw file target is invoked whenever a file of unrecognizable type is * specified on the command line, or when raw file examination is forced using
*** 389,399 **** (struct ctf_file *(*)()) mdb_tgt_null, /* t_name_to_ctf */ rf_status, /* 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 */ --- 389,398 ----