summaryrefslogtreecommitdiffstats
path: root/kernel/debug/gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: debug: Convert to SPDX identifierCai Huoqing2021-09-061-4/+1
* kernel: debug: Fix unreachable code in gdb_serial_stub()Gustavo A. R. Silva2021-07-121-1/+1
* kernel: debug: Ordinary typo fixes in the file gdbstub.cBhaskar Chowdhury2021-03-191-2/+2
* kernel: debug: fix typo issuewengjianfeng2021-02-041-2/+2
* kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson2020-10-011-1/+0
* kdb: Use newer api for tasklist scanningDavidlohr Bueso2020-09-081-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* kgdb: enable arch to support XML packet.Vincent Chen2020-07-091-0/+13
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+3
* gdbstub: Replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-021-2/+2
* gdbstub: mark expected switch fall-throughsGustavo A. R. Silva2019-05-021-2/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* 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