History log of /freebsd-9.3-release/sys/arm/arm/db_interface.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 251866 17-Jun-2013 scottl

MFC r236991:

Final whitespace trim.

Submitted by: imp
Approved by: marius
Obtained from: Netflix


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 181253 03-Aug-2008 cognet

Add "add pc, whatever" as a branch instruction, we use it in memcpy().

MFC after: 3 days


# 181223 02-Aug-2008 cognet

Handle ldr pc, [reg] in branch_taken().

Obtained from: NetBSD
MFC after: 3 days


# 167009 26-Feb-2007 kevlo

Remove unused header file <machine/katelib.h>


# 166695 13-Feb-2007 kevlo

style(9) cleanup.


# 147543 23-Jun-2005 cognet

Implement db_frame() and use it to obtain the registers value.

Approved by: re (blanket)


# 139735 05-Jan-2005 imp

Start all license statements with /*-


# 137975 21-Nov-2004 cognet

Implement breakpoints and single stepping on arm.

Obtained from: NetBSD


# 132059 12-Jul-2004 cognet

Update to kdb.


# 129198 14-May-2004 cognet

Import FreeBSD/arm kernel bits.
It only supports sa1110 (on simics) right now, but xscale support should come
soon.
Some of the initial work has been provided by :
Stephane Potvin <sepotvin at videotron.ca>
Most of this comes from NetBSD.