summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/kgdb.h
Commit message (Collapse)AuthorAgeFilesLines
* tilegx: support KGDBChris Metcalf2013-09-031-0/+71
Enter kernel debugger at boot with: --hvd UART_1=1 --hvx kgdbwait --hvx kgdboc=ttyS1,115200 or at runtime with: echo ttyS1,115200 > /sys/module/kgdboc/parameters/kgdboc echo g > /proc/sysrq-trigger Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>