-
- Downloads
Merge tag 'kgdb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
Pull kgdb updates from Daniel Thompson: "Fairly small changes this cycle: - An additional static inline function when kgdb is not enabled to reduce boilerplate in arch files - kdb will now handle input with linefeeds more like carriage return. This will make little difference for interactive use but can make it script to use expect-like interaction with kdb - A couple of warning fixes" * tag 'kgdb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux: kdb: move kdb_send_sig() declaration to a better header file kdb: Handle LF in the command parser kdb: include kdb_private.h for function prototypes kgdb: Provide a stub kgdb_nmicallback() if !CONFIG_KGDB
Showing
- include/linux/kdb.h 2 additions, 0 deletionsinclude/linux/kdb.h
- include/linux/kgdb.h 1 addition, 0 deletionsinclude/linux/kgdb.h
- kernel/debug/kdb/kdb_io.c 15 additions, 1 deletionkernel/debug/kdb/kdb_io.c
- kernel/debug/kdb/kdb_keyboard.c 2 additions, 0 deletionskernel/debug/kdb/kdb_keyboard.c
- kernel/debug/kdb/kdb_private.h 0 additions, 1 deletionkernel/debug/kdb/kdb_private.h
Loading
Please register or sign in to comment