The Linux kernel debugger (KDB) is a patch for the Linux kernel and provides a means of examining kernel memory and data structures while the system is operational.
Linux内核调试器(Linux kernel debugger,kdb)是Linux内核的补丁,它提供了一种在系统能运行时对内核内存和数据结构进行检查的办法。
KDB is invoked with two arguments when examining a system dump.
kdb在检查系统转储时通过两个参数调用。
Using KDB, you will be able to track down the system crash problems quickly.
通过kdb,您将能够迅速跟踪导致系统崩溃问题。
Because finding the root cause of system crash issues can be a tedious process, it is helpful to know how KDB can provide a methodological approach to analyze the crash issues.
查找系统崩溃的根本原因是一个单调乏味的过程,因此了解kdb非常有用,它供一种分析系统崩溃的系统方法。
When invoked with no arguments, the kdb examines the image of the currently running system.
如果没有使用参数调用,kdb 将检查当前正在运行的系统的映像。
When invoked with no arguments, the kdb examines the image of the currently running system.
如果没有使用参数调用,kdb 将检查当前正在运行的系统的映像。
应用推荐