summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/kgdb.h
Commit message (Collapse)AuthorAgeFilesLines
* kgdb,arm: fix register dumpRabin Vincent2010-10-291-2/+3
| | | | | | | | | | DBG_MAX_REG_NUM incorrectly had the number of indices in the GDB regs array rather than the number of registers, leading to an oops when the "rd" command is used in KDB. Cc: stable@kernel.org Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
* kgdb,arm: Individual register get/set for armJason Wessel2010-08-051-3/+3
| | | | | | | | | Implement the ability to individually get and set registers for kdb and kgdb for arm. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> CC: Russell King <linux@arm.linux.org.uk> CC: linux-arm-kernel@lists.infradead.org
* [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-021-0/+104
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
OpenPOWER on IntegriCloud