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
/
arm
/
arm32
/
db_interface.c
Age
Commit message (
Expand
)
Author
2022-10-26
ddb/db_active.h: New home for extern db_active.
riastradh
2020-12-03
Provide and use a sev() macro for the sev instruction.
skrll
2020-12-01
Fix confusions related to encoding of instructions.
rin
2020-06-20
KNF
skrll
2020-06-20
KNF #includes
skrll
2019-07-21
Fix hand-crafted trap instruction in cpu_Debugger() for big endian.
rin
2018-05-28
merge a new version of the CDDL dtrace and ZFS code.
chs
2018-01-17
G/C ARM32_NEW_VM_LAYOUT
skrll
2017-06-30
KNF. Same code before and after.
skrll
2017-06-30
typo in comment
skrll
2014-10-29
Sprinkle #include "opt_multiprocessor.h"
skrll
2014-10-25
Remove katelib.h and references to it.
skrll
2014-03-30
Provide a DDB_REGS in the same way to others. Makes crash buildable.
skrll
2014-03-28
Make ddb_registers per-cpu. All switching of CPUs (xxx doesn't work yet).
matt
2013-12-15
Trailing whitespace.
skrll
2012-02-16
move stuff between the two files, so db_interface contains the functions it
christos
2010-06-16
PR port-arm/43299: Support added for igepv2/cortexa8/omap3530
jmcneill
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-03-26
Add help text to arm machine specific ddb commands.
chris
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-09-22
Add a new option DDB_VERBOSE_HELP that adds online help to ddb.
martin
2007-02-22
TRUE -> true, FALSE -> false
thorpej
2007-01-06
Fix branch handling in ddb. From Bucky Katz.
christos
2006-04-05
Define ddb_regs in db_interface.c.
uwe
2005-12-24
bare asm -> __asm
perry
2005-12-11
merge ktrace-lwp.
christos
2005-06-02
Catch up with constification.
uwe
2005-06-02
Adapt to shadowing and qualifier-cast warnings.
he
2004-08-07
Don't overload the unknown instruction handling for the core onto CP0.
rearnsha
2003-10-26
Fix up some unitialised variables.
chris
2003-08-25
make it "static long nil;" as it's used as &nil in an array wanting long *'s.
mrg
2003-07-15
__KERNEL_RCSID()
lukem
2003-07-09
Make faulting in DDB continue back in the top-level command
thorpej
2003-06-06
Modify db_{read,write}_bytes() to do a single 16- or 32-bit read/write if
scw
2003-05-21
Remove #ifdefs supporting the old pmap, switching fully to the new.
thorpej
2003-05-21
fix warning when KGDB is defined and DDB is not defined.
bsh
2003-05-03
In db_write_bytes(), use kernel_text rather than KERNEL_TEXT_BASE.
thorpej
2003-05-03
Remove the non-ELF case in db_machine_init().
thorpej
2003-04-29
KERNEL_TEXT_BASE is not defined for ARM32_NEW_VM_LAYOUT.
scw
2003-04-28
Add arm32 machine-specific remote kgdb support. Largely
briggs
2003-04-18
Add the generic arm32 bits of the new pmap, contributed by Wasabi Systems.
scw
2002-08-22
* Add PTE_SYNC() and PTE_SYNC_RANGE() macros. These don't actually do
thorpej
2002-05-13
Nuke local extern label_t *db_recover; it's now in <ddb/db_extern.h>
matt
2002-04-10
vm_offset_t -> vaddr_t,paddr_t
thorpej
2002-04-09
Use abstract names for the protection and PTE type bits in
thorpej
2002-04-05
* Rewrite the 32-bit ARM pte.h based on the ARM architecture manual.
thorpej
2002-01-25
Overhaul of the ARM cache code. This is mostly a simplification
thorpej
2002-01-17
Add cpwait's after TLB operations.
thorpej
2002-01-17
Cleanup a little, and teach db_write_text() about section mappings.
thorpej
[next]