[kgtp] r1584 committed - Update doc

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Thu, 30 May 2013 08:29:30 +0000

Revision: 1584
Author:   teawater
Date:     Thu May 30 01:29:16 2013
Log:      Update doc

http://code.google.com/p/kgtp/source/detail?r=1584

Modified:
 /wiki/HOWTO.wiki
 /wiki/HOWTOCN.wiki

=======================================
--- /wiki/HOWTO.wiki    Thu May 30 01:23:36 2013
+++ /wiki/HOWTO.wiki    Thu May 30 01:29:16 2013
@@ -2,7 +2,7 @@
 Update in 2013-05-30
 <wiki:toc max_depth="4" />
 = What is KGTP =
-*KGTP* is a *flexible* , *lightweight* and *realtime* Linux (include Android) *debugger* and *tracer*.<br> +*KGTP* is a flexible, lightweight and realtime *Linux* (include Android) *debugger* and *tracer*.<br> To use it, you *don't* need patch or rebuild the Linux kernel. Just build KGTP module and insmod it is OK.<br>
 <br>
It makes Linux Kernel supply a GDB remote debug interface. Then GDB in current machine or remote machine can *debug* and *trace* Linux kernel and user space program through GDB tracepoint and some other functions without stopping the Linux Kernel.<br>
=======================================
--- /wiki/HOWTOCN.wiki  Thu May 30 01:23:36 2013
+++ /wiki/HOWTOCN.wiki  Thu May 30 01:29:16 2013
@@ -2,7 +2,7 @@
 Update in 2013-05-30
 <wiki:toc max_depth="4" />
 = 什么是KGTP =
-*KGTP* 是一个 *灵活* *轻量级* *实时* Linux (包括 Android) *调试器* 和 *跟踪 器* 。<br> +*KGTP* 是一个 灵活,轻量级,实时 *Linux* (包括 *Android*) *调试器* 和 *跟 踪器* 。<br> 使用KGTP *不需要* 在Linux内核上打PATCH或者重新编译,只要编译KGTP模块并 insmod就可以。<br>
 <br>
其让Linux内核提供一个远程GDB调试接口,于是在本地或者远程的主机上的GDB可以在 不需要停止内核的情况下用GDB tracepoint和其他一些功能 *调试* 和 *跟踪* Linux内核和应用程序。<br>

Other related posts:

  • » [kgtp] r1584 committed - Update doc - kgtp