aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug/gdbstub.c
AgeCommit message (Expand)Author
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman
2012-03-22kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel
2012-03-22kgdb: Respect that flush op is optionalJan Kiszka
2011-10-31kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel
2011-03-18KGDB: Notify GDB of machine halt, reboot or power offDavid Howells
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-08-05gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()Jason Wessel
2010-08-05gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel
2010-08-05kgdb,kdb: individual register set and and get APIJason Wessel
2010-08-05gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocolJason Wessel
2010-08-05kgdb: remove custom hex_to_bin()implementationAndy Shevchenko
2010-08-04Merge branch 'master' into for-nextJiri Kosina
2010-07-21repair gdbstub to match the gdbserial protocol specificationJason Wessel
2010-07-19update email addressPavel Machek
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel
2010-05-20kgdb: core changes to support kdbJason Wessel
2010-05-20Separate the gdbstub from the debug coreJason Wessel