搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
kgdb
网络
内核源代码级调试器;调试器调试;调试的内核的时候
网络释义
1.
内核源代码级调试器
内核源代码级调试器
(
kgdb
)内建内核调试器(kdb)Oops本文将讨论一类通过人工检查代码不容易找到的问题,而且此类问 …
blog.sina.com.cn
|
基于97个网页
2.
调试器调试
驱动程序调试分类:打印调试,
调试器调试
(
kgdb
) ,查询调试(proc 文件系统) 合理的使用 printk 可以全局的打开或关闭 …
wenku.baidu.com
|
基于4个网页
3.
调试的内核的时候
请问在编译一个可
调试的内核的时候
(
kgdb
),除了在 make menuconfig 作相应改动之外,如何加上 -g 选项?是不是应该在Make…
www.unixresources.net
|
基于2个网页
4.
文档
经验 ... volatile 的含义
kgdb
文档
jiffies 耗尽后会发生什么 ...
docs.huihoo.com
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
内核源代码级调试器
内核源代码级调试器
,
调试器调试
调试器调试
,
调试的内核的时候
调试的内核的时候
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Note
that
kdb does
not
require
two
machines
,
but
it
does
not
allow
you
to do
source
level
debugging
like
kgdb
.
请
注意
,
kdb
不
需要
两
台
机器
,
不过
它
也
不
允许
您
像
kgdb
那样
进行
源
代码
级别
上
的
调试
。
www.ibm.com
2.
Two
machines are
required
to
use
kgdb
: one of these
is
a
development
machine
,
and the
other
is a
test
machine
.
使用
kgdb
需要
两
台
机器
:
一
台
是
开发
机器
,
另
一
台
是
测试
机器
。
www.ibm.com
3.
If
gdb
dies
or
terminates
because
of
a
problem
,
start
a
new
instance
of
gdb
and
connect
to
kgdb
with
a target remote
command
.
如果
gdb
因
出现
问题
而
失去
响应
或
终止
,
则
启动
新
的
gdb
实例
并
使用
targetremote
命令
连接
到
kgdb
。
www.ibm.com
4.
The
kgdb
program
(
remote
host
Linux
kernel
debugger through
gdb
) provides
a
mechanism
to
debug
the
Linux
kernel
using
gdb
.
kgdb
程序
(
使用
gdb
的
远程
主机
Linux
内核
调试
器
)
提供
了
一种
使用
gdb
调试
Linux
内核
的
机制
。
www.ibm.com
5.
You
need
to apply
the
kgdb
patch
on
the
kernel
,
build an
image
with
kernel
debugging
support
,
then
run
that
kernel
on
the
test
machine
.
需要
对
内核
打
kgdb
的
补丁
,
编译
一个
启用
内核
调试
支持
的
内核
映像
,
并
在
测试
机器
上
运行
这个
内核
。
www.ibm.com
6.
The
kgdb
utility
is
a debugger
based on
gdb
that allows
debugging
of
kernel
core
files
.
kgdb
实用程序
是
基于
gdb
的
调试
器
,
允许
调试
内核
核心
文件
。
www.ibm.com
7.
kgdb
helps
to
place
breakpoints
in
kernel
code
,
so
you
can
step
through
it and
observe
the
variables
.
kgdb
可
帮助
在
内核
代码
中
放置
断点
,
这样
您
就
可以
逐步
通过
断点
来
观察
变量
。
www.ibm.com
8.
I have
chosen
kgdb
instead
of
kdb
,
because
kgdb
lets
you
view
the
C
source
code
.
我们
选择
的
是
kgdb
,
而不是
kdb
,
因为
使用
kgdb
可以
查看
C
源
代码
。
www.ibm.com
9.
Download
KGDB
,
a
source
-
level
debugger for
the
Linux
kernel
that
is
used along with GDB to
debug
the
kernel
.
下载
KGDB
,
这
是
Linux
内核
的
一个
源
代码
级
的
调试
器
,
可以
与
GDB
一起
使用
对
内核
进行
调试
。
www.ibm.com
10.
KGDB
is
a
source
-
level
debugger
for
the
Linux
kernel
that is used along with gdb to
debug
the
kernel
.
KGDB
是
对
Linux
内核
进行
源
代码
级
调试
的
调试
器
,
可以
与
gdb
一起
用来
调试
内核
。
www.ibm.com
1
2