Linux 调试器 和 跟踪器 KGTP

码农软件 · 软件分类 · 程序调试工具 · 2019-12-01 13:27:05

软件介绍

KGTP 是一个 实时 轻量级 Linux 调试器跟踪器
使用KGTP 不需要 在Linux内核上打PATCH或者重新编译,只要编译KGTP模块并insmod就可以。

其让Linux内核提供一个远程GDB调试接口,于是在本地或者远程的主机上的GDB可以在不需要停止内核的情况下用GDB tracepoint和其他一些功能 调试跟踪 Linux。
即使板子上没有GDB而且其没有可用的远程接口,KGTP也可以用离线调试的功能调试内核(见http://code.google.com/p/kgtp/wiki/HOWTOCN#/sys/kernel/debug/gtpframe和离线调试)。

KGTP支持 X86-32X86-64MIPSARM
KGTP在Linux内核 2.6.18到upstream 上都被测试过。
而且还可以用在 Android 上 (见 HowToUseKGTPinAndroid)。

本文地址:https://www.codercto.com/soft/d/20194.html

Boolean Reasoning

Boolean Reasoning

Brown, Frank Markham / 2003-4 / $ 19.15

A systematic treatment of Boolean reasoning, this concise, newly revised edition combines the works of early logicians with recent investigations, including previously unpublished research results. Th......一起来看看 《Boolean Reasoning》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具