summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/db_machdep.h
AgeCommit message (Expand)Author
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2011-05-26Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.joerg
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-05-17remove a typecast in a macro which is used on the LHS. gcc4 doesn't like itdrochner
2006-04-01closes: PR kern/32359cherry
2003-04-29Add a BKPT_ADDR() macro which gives MD code a chance to munge ascw
2001-04-19Glue in KGDB. Needs some more work -- KGDB currently rendersthorpej
2000-11-22Just access the trapframe directly for DDB registers.thorpej
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-08ANSI'ify.thorpej
1999-04-20After reviewing the Green Book, BPT traps do indeed leave the PC pointingthorpej
1999-04-20Prototype alpha_debug(), and add some definitions for KGDB.thorpej
1998-08-14vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_tthorpej
1997-09-06Prototype db_register_value().thorpej
1997-07-25More DDB support:thorpej
1997-04-06clean up NetBSD RCS ID stringscgd
1997-02-06FIXUP_PC_AFTER_BREAK now takes an arg of type db_regs_t *gwr
1996-07-11Instead of treating the trap/syscall/exception frame like a structcgd
1995-11-23wholesale update from my NetBSD/Alpha source tree. Includes:cgd