aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/gdbstub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds1-0/+3
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein1-0/+3
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman1-0/+1
2012-03-22kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel1-0/+7
2012-03-22kgdb: Respect that flush op is optionalJan Kiszka1-1/+2
2011-10-31kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-6/+6
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel1-7/+15
2011-03-18KGDB: Notify GDB of machine halt, reboot or power offDavid Howells1-0/+30
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-54/+135
2010-08-05gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()Jason Wessel1-1/+9
2010-08-05gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel1-20/+77
2010-08-05kgdb,kdb: individual register set and and get APIJason Wessel1-0/+26
2010-08-05gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocolJason Wessel1-18/+19
2010-08-05kgdb: remove custom hex_to_bin()implementationAndy Shevchenko1-16/+5
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-6/+3
2010-07-21repair gdbstub to match the gdbserial protocol specificationJason Wessel1-6/+3
2010-07-19update email addressPavel Machek1-1/+1
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel1-0/+22
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel1-6/+31
2010-05-20kgdb: core changes to support kdbJason Wessel1-0/+36
2010-05-20Separate the gdbstub from the debug coreJason Wessel1-0/+934