aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/kgdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-22Blackfin: unify memory region checks between kgdb and trapsMike Frysinger1-201/+96
2009-06-12Blackfin: fix length checking in kgdb_ebin2memRoel Kluin1-3/+2
2009-06-12Blackfin: kgdb: fix up error return valuesMike Frysinger1-25/+30
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds1-90/+35
2009-01-07Blackfin arch: remove #if check on L2_LENGTHMike Frysinger1-5/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-11-18Blackfin arch: introduce an IM_MEM macro to kgdbMike Frysinger1-70/+35
2008-11-18Blackfin arch: fix off-by-one errors on end of memory rangeMike Frysinger1-4/+4
2008-11-18Blackfin arch: delete unused vars and add parenthesis to fixup warningsMike Frysinger1-14/+12
2008-11-18Blackfin arch: remove superficial check on blackfin watchdogMike Frysinger1-4/+0
2008-11-18Blackfin arch: Fix bug - hardware breakpoint doesn't always work in kgdbSonic Zhang1-11/+1
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management codeGraf Yang1-2/+2
2008-10-13Blackfin arch: add supporting for kgdbSonic Zhang1-158/+553
2008-07-26Blackfin arch: Fix bug - skip single step in high priority interrupt handler instead of disabling all interrupts in single step debugging.Sonic Zhang1-1/+15
2007-06-29Blackfin arch: kgdb specific codeSonic Zhang1-0/+421