“劣等调试器"一词中的“劣等"是什么意思? [英] What does 'inferior' mean in the term 'inferior debugger'?

查看:65
本文介绍了“劣等调试器"一词中的“劣等"是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不太了解GDB手册中关于劣等的解释,并且google并没有提供更多帮助.

I didn't really understand the explanation for inferior in the GDB manual, and google doesn't yield anything more helpful.

有人可以简单地解释劣等"吗?

Can anyone explain 'inferior' in simple terms?

推荐答案

劣等"是一个通用术语,表示您正在使用gdb进行调试的某些东西"-通常是一个进程,或者可能是在仿真器上运行的内核,或者在通过串行线连接的其他硬件上.

"Inferior" is a general term to mean "something that you are using gdb to debug" -- generally a process or perhaps a kernel running on an emulator or on some other piece of hardware connected on a serial line.

使用gdb调试gdb时,出现劣等调试器"一词.也就是说,您正在运行两个gdb进程,其中一个(主gdb)正在监视和控制(设置断点,单步执行等),第二个(劣等调试器")正在监视和控制.劣质的调试器本身可能正在控制其他程序.

The term "Inferior debugger" comes up when you are using gdb to debug gdb. That is, you have TWO gdb processes running, one of which (the main gdb) is watching and controlling (setting breakpoints, single stepping, etc) the second (the "inferior debugger"). The inferior debugger is itself probably controlling some other program.

这篇关于“劣等调试器"一词中的“劣等"是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆