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