summaryrefslogtreecommitdiffstats
path: root/kernel/debug/gdbstub.c
AgeCommit message (Expand)AuthorLines
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2021-09-06kernel: debug: Convert to SPDX identifierCai Huoqing-4/+1
2021-07-12kernel: debug: Fix unreachable code in gdb_serial_stub()Gustavo A. R. Silva-1/+1
2021-03-19kernel: debug: Ordinary typo fixes in the file gdbstub.cBhaskar Chowdhury-2/+2
2021-02-04kernel: debug: fix typo issuewengjianfeng-2/+2
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson-1/+0
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen-0/+13
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-3/+3
2019-05-02gdbstub: Replace strcpy() by strscpy()Gustavo A. R. Silva-2/+2
2019-05-02gdbstub: mark expected switch fall-throughsGustavo A. R. Silva-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds-0/+3
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein-0/+3
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman-0/+1
2012-03-22kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel-0/+7
2012-03-22kgdb: Respect that flush op is optionalJan Kiszka-1/+2
2011-10-31kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko-6/+6
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel-7/+15
2011-03-18KGDB: Notify GDB of machine halt, reboot or power offDavid Howells-0/+30
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds-54/+135
2010-08-05gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()Jason Wessel-1/+9
2010-08-05gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel-20/+77
2010-08-05kgdb,kdb: individual register set and and get APIJason Wessel-0/+26
2010-08-05gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocolJason Wessel-18/+19
2010-08-05kgdb: remove custom hex_to_bin()implementationAndy Shevchenko-16/+5
2010-08-04Merge branch 'master' into for-nextJiri Kosina-6/+3
2010-07-21repair gdbstub to match the gdbserial protocol specificationJason Wessel-6/+3
2010-07-19update email addressPavel Machek-1/+1
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel-0/+22
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel-6/+31
2010-05-20kgdb: core changes to support kdbJason Wessel-0/+36
2010-05-20Separate the gdbstub from the debug coreJason Wessel-0/+934