最終更新:2013-08-16 (金) 07:56:55 (3906d)  

KGDB
Top / KGDB

Kernel GNU Debugger

debugger for the Linux kernel and the kernels of NetBSD and FreeBSD

https://kgdb.wiki.kernel.org/index.php/Main_Page

メモ

  • 2台のマシンをシリアルとかで繋いで使う。

歴史

  • Linux 2.6.37 - Radeon and Nouveau atomic KMS support merged along with improved KDB keyboard support
  • Linux 2.6.36 - The atomic kernel mode setting (KMS) API was merged (currently on the Intel i915 class of video cards are supported)
  • Linux 2.6.35 - KDB? was merged, and uses the same backend as KGDB.
  • Linux 2.6.26? - KGDB was merged

ソースコード

Linux 2.6.34まで

  • kernel/kgdb.c?

それ以降

  • arch/x86/kernel/kgdb.c?

Using kgdb, kdb and the kernel debugger internals

参考

関連