]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/gdb: add lx-dmesg command
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 17 Feb 2015 21:47:04 +0000 (13:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 22:34:53 +0000 (14:34 -0800)
commit089926f21c72d6f839f1ab18105167e82ab961a3
treebc4d9da95fd46b4f81ba437adb4e5344dca85809
parent79f3465dab45813a6355f77e7805cbdb18d52610
scripts/gdb: add lx-dmesg command

This pokes into the log buffer of the debugged kernel, dumping it to the
gdb console.  Helping in case the target should or can no longer execute
dmesg itself.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Kay Sievers <kay@vrfy.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Wessel <jason.wessel@windriver.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Ben Widawsky <ben@bwidawsk.net>
Cc: Borislav Petkov <bp@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/gdb/linux/dmesg.py [new file with mode: 0644]
scripts/gdb/vmlinux-gdb.py