aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/db_interface.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-2/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-201-1/+1
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-5/+5
* Use kernel_pmap directly instead of pmap_kernel(). The kernel_pmap isSvatopluk Kraus2016-01-291-1/+1
* Print curpmap in "show pcpu" command.Svatopluk Kraus2016-01-071-0/+4
* Add support for branch instruction on armv7 with ptrace single stepZbigniew Bodek2015-11-021-87/+29
* Remove trailing whitespace from sys/arm/armAndrew Turner2015-05-241-3/+0
* Final whitespace trim.Warner Losh2012-06-131-6/+6
* Add "add pc, whatever" as a branch instruction, we use it in memcpy().Olivier Houchard2008-08-031-0/+36
* Handle ldr pc, [reg] in branch_taken().Olivier Houchard2008-08-031-1/+12
* Remove unused header file <machine/katelib.h>Kevin Lo2007-02-261-1/+0
* style(9) cleanup.Kevin Lo2007-02-141-5/+4
* Implement db_frame() and use it to obtain the registers value.Olivier Houchard2005-06-231-22/+45
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Implement breakpoints and single stepping on arm.Olivier Houchard2004-11-211-5/+92
* Update to kdb.Olivier Houchard2004-07-121-133/+31
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+334