aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/kgdb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Blackfin: kgdb: drop dead KGDB_THR_PROC_SWAP for SMP systemsSonic Zhang2011-03-181-4/+0
* Blackfin: kgdb: disable preempt schedule when running single step in kgdbSonic Zhang2011-01-101-1/+7
* Blackfin: kgdb: disable interrupt when single stepping in ADEOSSonic Zhang2011-01-101-0/+20
* debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-291-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2010-05-241-1/+1
|\
| * Blackfin: kgdb: pass up the CC register instead of a 0 stubMike Frysinger2010-05-221-1/+1
* | kgdb,blackfin: Add in kgdb_arch_set_pc for blackfinJason Wessel2010-05-201-0/+5
|/
* Blackfin: kgdb: mark all local funcs/structs staticMike Frysinger2010-03-091-5/+5
* blackfin,kgdb: Do not put PC in gdb_regs into retx.Sonic Zhang2010-01-071-1/+1
* blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/writeJason Wessel2010-01-071-205/+0
* Blackfin: kgdb: punt dead codeSonic Zhang2009-12-151-17/+0
* Blackfin: unify memory region checks between kgdb and trapsMike Frysinger2009-06-221-201/+96
* Blackfin: fix length checking in kgdb_ebin2memRoel Kluin2009-06-121-3/+2
* Blackfin: kgdb: fix up error return valuesMike Frysinger2009-06-121-25/+30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2009-01-071-90/+35
|\
| * Blackfin arch: remove #if check on L2_LENGTHMike Frysinger2009-01-071-5/+1
| * Blackfin arch: introduce an IM_MEM macro to kgdbMike Frysinger2008-11-181-70/+35
| * Blackfin arch: fix off-by-one errors on end of memory rangeMike Frysinger2008-11-181-4/+4
| * Blackfin arch: delete unused vars and add parenthesis to fixup warningsMike Frysinger2008-11-181-14/+12
| * Blackfin arch: remove superficial check on blackfin watchdogMike Frysinger2008-11-181-4/+0
| * Blackfin arch: Fix bug - hardware breakpoint doesn't always work in kgdbSonic Zhang2008-11-181-11/+1
| * Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Graf Yang2008-11-181-2/+2
* | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
|/
* Blackfin arch: add supporting for kgdbSonic Zhang2008-10-131-158/+553
* Blackfin arch: Fix bug - skip single step in high priority interrupt handler ...Sonic Zhang2008-07-261-1/+15
* Blackfin arch: kgdb specific codeSonic Zhang2007-06-291-0/+421