]> 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)
commit57fa4236aa02409b4cd6cafaaed0a4a3e65e8cf6
treebc4d9da95fd46b4f81ba437adb4e5344dca85809
parent23726566f14a7b5ea2474b312448b6c4077a2628
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