ChinaUnix.net
相关文章推荐:

内存数据库kdb

我今天才知道还有kdb 哎!要好学啊! kdb (Built-in Kernel Debugger) This page describes the built-in kernel debugger for linux. This debugger is part of the linux kernel and provides a means of examining kernel memory and data structures while the system is operational. Additional commands may be easily added to format and display essential system data structures given an identifier or address of t...

by 金口袋 - Linux文档专区 - 2007-10-04 20:01:24 阅读(585) 回复(0)

相关讨论

这是关于kdb如何设置的官方文档。已经按照这样的步骤操作,但是操作的结果是: 激活了内核调试器(kdb Kernel Debugger)后,系统则不能启动,而且终端上也不能输入任何信息示,显示设备加载顺序的LED上显示为“Kernel invoked” 请指教,谢谢。 本文档用于帮助分析确定硬盘启动时系统挂起的原因。适用于AIX 4.3 以及AIX5L。主要内容包括: 1.设置软件 启动到维护模式 确定启动磁盘 启用调试引导映像(debug boot i...

by chinaix - AIX - 2007-11-21 11:36:19 阅读(2475) 回复(1)

AIX信息中心kdb的配置,If you are using the Hardware Management Console, kdb kernel debugger can be accessed using a virtual terminal. For more information, see the Hardware Management Console Installation and Operations Guide (SA38 - 0590).的意思是不是必须要有HMC? kdb kernel debugger and kdb commandInvoking the kdb kernel debuggerThis topic describes how to load and start the kdb kernel debugger,...

by anonyaniu - AIX - 2007-11-21 15:12:02 阅读(2736) 回复(0)

为了调试内核,想安装kdb。 我的系统是suse10 内核升级到2.6.18,xen升级到3.4.1. 打了kdb V4.4对应的2.6.18-rc7版本的common和i386这2个patch成功,但在编译时出错,说kdba_bp.c中的"EF_TF"和”EF_RF"没有定义。 有人碰到过这种情况吗?应该如何解决? 是不是不能在xen修改过的内核中编译使用kdb呀?如果想调试经过xen修改过的内核,应该使用什么工具?

by scorpio_qin - 内核源码 - 2009-08-21 13:42:22 阅读(1040) 回复(1)

虚拟机中安装好kdb后,使用时,输入一个命令,还没输完,就出现一大堆,像这样 例:我打算输入rd 当输入r时,再输d,后面出现一大堆ddd,结果就是这个样子rddddddddddddd

by uiop_3 - 内核源码 - 2009-01-06 23:14:52 阅读(1523) 回复(2)

RT:谁告诉我一下,下的都不对。 2.6.9 x86_64

by lonelyair - C/C++ - 2006-10-21 13:31:54 阅读(1129) 回复(5)

怎样让aix5.2一开机就自动进入kdb???????

by yry6649324 - AIX - 2007-11-21 11:48:09 阅读(2118) 回复(6)

怎样让aix5.2一开机就自动进入kdb???????

by yry6649324 - AIX - 2007-11-21 11:48:09 阅读(3641) 回复(4)

使用kgdb调试linux内核及内核模块 1. 几种内核调试工具比较 kdb:只能在汇编代码级进行调试; 优点是不需要两台机器进行调试。 gdb:在调试模块时缺少一些至关重要的功能,它可用来查看内核的运行情况,包括反汇编内核函数。 kgdb:能很方便的在源码级对内核进行调试,缺点是kgdb只能进行远程调试,它需要一根串口线及两台机器来调试内核(也可以是在同一台主机上用vmware软件运行两个操作系统来调试) 使用kdb和gdb调试内核的方...

by nlchjian - Linux文档专区 - 2008-11-19 20:46:02 阅读(642) 回复(0)

================================================================================ from: http://blog.csdn.net/xianfengdesign/archive/2008/06/19/2564222.aspx Debugging the Kernel with KGDB 收藏 新一篇: Remote Debugging of Loadable Kernel Modules with kgdb: a Knowledge-based Article for Getting Started | 旧一篇: Debuggers and Related Tools One of the features of Blackfin uClinux is the...

by nlchjian - Linux文档专区 - 2008-11-19 20:41:05 阅读(1308) 回复(0)

kdb use way authority website: http://oss.sgi.com/projects/kdb/ =============================================================================== from: http://www.linuxdevices.com/articles/AT3761062961.html by Hariprasad Nellitheertha (Nov. 7, 2003) When debugging kernel problems, being able to trace the kernel execution and examine its memory and data structures is very useful. T...

by nlchjian - Linux文档专区 - 2008-11-19 12:46:55 阅读(1404) 回复(0)