mirror of
https://gitee.com/bianbu-linux/linux-6.6-fh
synced 2025-04-25 15:47:27 -04:00
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>
This commit is contained in:
parent
78e8781723
commit
ae7dbaad23
2 changed files with 65 additions and 0 deletions
|
@ -25,3 +25,4 @@ else:
|
|||
import linux.utils
|
||||
import linux.symbols
|
||||
import linux.modules
|
||||
import linux.dmesg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue