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>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>

*** 19,35 **** * CDDL HEADER END */ /* * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _KMDB_KDI_ISADEP_H #define _KMDB_KDI_ISADEP_H - #pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/types.h> #include <sys/kdi_machimpl.h> #include <mdb/mdb_target.h> --- 19,35 ---- * CDDL HEADER END */ /* * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Copyright 2018 Joyent, Inc. */ #ifndef _KMDB_KDI_ISADEP_H #define _KMDB_KDI_ISADEP_H #include <sys/types.h> #include <sys/kdi_machimpl.h> #include <mdb/mdb_target.h>
*** 43,53 **** extern void kmdb_kdi_deactivate(void); extern void kmdb_kdi_idt_switch(kdi_cpusave_t *); extern void kmdb_kdi_update_drreg(kdi_drreg_t *); - extern void kmdb_kdi_set_debug_msrs(kdi_msr_t *); extern uintptr_t kmdb_kdi_get_userlimit(void); extern int kmdb_kdi_get_cpuinfo(uint_t *, uint_t *, uint_t *); --- 43,52 ----