| Commit message (Expand) | Author | Age | Files | Lines |
* | gdbstub: Replace strcpy() by strscpy() | Gustavo A. R. Silva | 2019-05-02 | 1 | -2/+2 |
* | gdbstub: mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-05-02 | 1 | -2/+3 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw... | Linus Torvalds | 2013-03-02 | 1 | -0/+3 |
|\ |
|
| * | kdb: Setup basic kdb state before invoking commands via kgdb | Matt Klein | 2013-03-02 | 1 | -0/+3 |
* | | kgdb: remove #include <linux/serial_8250.h> from kgdb.h | Greg Kroah-Hartman | 2013-02-05 | 1 | -0/+1 |
|/ |
|
* | kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detach | Jason Wessel | 2012-03-22 | 1 | -0/+7 |
* | kgdb: Respect that flush op is optional | Jan Kiszka | 2012-03-22 | 1 | -1/+2 |
* | kgdb: follow rename pack_hex_byte() to hex_byte_pack() | Andy Shevchenko | 2011-11-01 | 1 | -6/+6 |
* | kdb,kgdb: Implement switch and pass buffer from kdb -> gdb | Jason Wessel | 2011-08-01 | 1 | -7/+15 |
* | KGDB: Notify GDB of machine halt, reboot or power off | David Howells | 2011-03-18 | 1 | -0/+30 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-08-06 | 1 | -54/+135 |
|\ |
|
| * | gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set() | Jason Wessel | 2010-08-05 | 1 | -1/+9 |
| * | gdbstub: Implement gdbserial 'p' and 'P' packets | Jason Wessel | 2010-08-05 | 1 | -20/+77 |
| * | kgdb,kdb: individual register set and and get API | Jason Wessel | 2010-08-05 | 1 | -0/+26 |
| * | gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocol | Jason Wessel | 2010-08-05 | 1 | -18/+19 |
| * | kgdb: remove custom hex_to_bin()implementation | Andy Shevchenko | 2010-08-05 | 1 | -16/+5 |
* | | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-04 | 1 | -6/+3 |
|\| |
|
| * | repair gdbstub to match the gdbserial protocol specification | Jason Wessel | 2010-07-22 | 1 | -6/+3 |
* | | update email address | Pavel Machek | 2010-07-19 | 1 | -1/+1 |
|/ |
|
* | kgdb: gdb "monitor" -> kdb passthrough | Jason Wessel | 2010-05-21 | 1 | -0/+22 |
* | kgdb,8250,pl011: Return immediately from console poll | Jason Wessel | 2010-05-21 | 1 | -6/+31 |
* | kgdb: core changes to support kdb | Jason Wessel | 2010-05-21 | 1 | -0/+36 |
* | Separate the gdbstub from the debug core | Jason Wessel | 2010-05-21 | 1 | -0/+934 |