History log of /freebsd-10.3-release/sys/arm/arm/gdb_machdep.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 278614 12-Feb-2015 ian

MFC r276187, r276190, r271422:

Rename pmap_kenter_temp to pmap_kenter_temporary to be consistent with the
other architectures with this function.

Eliminate unnecessary references to pte.h internals by using the standard
pmap_kenter_temporary() to map pages while dumping.

Cleanup up ARM *frame structures.


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


# 236991 13-Jun-2012 imp

Final whitespace trim.


# 235908 24-May-2012 gber

Return Supervisor SP and LR registers instead of User ones while in KDB thread.

Obtained from: Semihalf


# 198944 05-Nov-2009 marcel

Fix gdb_cpu_getreg() to actually match GDB's register
definition.


# 160332 14-Jul-2006 cognet

Add remote GDB bits for arm.