index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
alpha
/
include
/
db_machdep.h
Age
Commit message (
Expand
)
Author
2017-11-06
Cleanup and clarify the ELFSIZE mess:
christos
2011-05-26
Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.
joerg
2007-02-21
Replace the Mach-derived boolean_t type with the C99 bool type. A
thorpej
2006-05-17
remove a typecast in a macro which is used on the LHS. gcc4 doesn't like it
drochner
2006-04-01
closes: PR kern/32359
cherry
2003-04-29
Add a BKPT_ADDR() macro which gives MD code a chance to munge a
scw
2001-04-19
Glue in KGDB. Needs some more work -- KGDB currently renders
thorpej
2000-11-22
Just access the trapframe directly for DDB registers.
thorpej
2000-06-29
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-08
ANSI'ify.
thorpej
1999-04-20
After reviewing the Green Book, BPT traps do indeed leave the PC pointing
thorpej
1999-04-20
Prototype alpha_debug(), and add some definitions for KGDB.
thorpej
1998-08-14
vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t
thorpej
1997-09-06
Prototype db_register_value().
thorpej
1997-07-25
More DDB support:
thorpej
1997-04-06
clean up NetBSD RCS ID strings
cgd
1997-02-06
FIXUP_PC_AFTER_BREAK now takes an arg of type db_regs_t *
gwr
1996-07-11
Instead of treating the trap/syscall/exception frame like a struct
cgd
1995-11-23
wholesale update from my NetBSD/Alpha source tree. Includes:
cgd