aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/kgdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-18Blackfin: kgdb: drop dead KGDB_THR_PROC_SWAP for SMP systemsSonic Zhang1-4/+0
2011-01-10Blackfin: kgdb: disable preempt schedule when running single step in kgdbSonic Zhang1-1/+7
2011-01-10Blackfin: kgdb: disable interrupt when single stepping in ADEOSSonic Zhang1-0/+20
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng1-1/+2
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds1-1/+1
2010-05-22Blackfin: kgdb: pass up the CC register instead of a 0 stubMike Frysinger1-1/+1
2010-05-20kgdb,blackfin: Add in kgdb_arch_set_pc for blackfinJason Wessel1-0/+5
2010-03-09Blackfin: kgdb: mark all local funcs/structs staticMike Frysinger1-5/+5
2010-01-07blackfin,kgdb: Do not put PC in gdb_regs into retx.Sonic Zhang1-1/+1
2010-01-07blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/writeJason Wessel1-205/+0
2009-12-15Blackfin: kgdb: punt dead codeSonic Zhang1-17/+0
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