summaryrefslogtreecommitdiffstats
path: root/kernel/debug/gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2013-03-021-0/+3
|\
| * kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein2013-03-021-0/+3
* | kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman2013-02-041-0/+1
|/
* kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel2012-03-221-0/+7
* kgdb: Respect that flush op is optionalJan Kiszka2012-03-221-1/+2
* kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-6/+6
* kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel2011-08-011-7/+15
* KGDB: Notify GDB of machine halt, reboot or power offDavid Howells2011-03-181-0/+30
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-051-54/+135
|\
| * gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()Jason Wessel2010-08-051-1/+9
| * gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel2010-08-051-20/+77
| * kgdb,kdb: individual register set and and get APIJason Wessel2010-08-051-0/+26
| * gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocolJason Wessel2010-08-051-18/+19
| * kgdb: remove custom hex_to_bin()implementationAndy Shevchenko2010-08-051-16/+5
* | Merge branch 'master' into for-nextJiri Kosina2010-08-041-6/+3
|\|
| * repair gdbstub to match the gdbserial protocol specificationJason Wessel2010-07-211-6/+3
* | update email addressPavel Machek2010-07-191-1/+1
|/
* kgdb: gdb "monitor" -> kdb passthroughJason Wessel2010-05-201-0/+22
* kgdb,8250,pl011: Return immediately from console pollJason Wessel2010-05-201-6/+31
* kgdb: core changes to support kdbJason Wessel2010-05-201-0/+36
* Separate the gdbstub from the debug coreJason Wessel2010-05-201-0/+934