[kgtp] r1699 committed - Update UPDATE

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Wed, 18 Dec 2013 11:07:09 +0000

Revision: 1699
Author:   teawater
Date:     Wed Dec 18 11:07:01 2013 UTC
Log:      Update UPDATE

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

Modified:
 /wiki/UPDATE.wiki

=======================================
--- /wiki/UPDATE.wiki   Wed Dec 18 11:03:40 2013 UTC
+++ /wiki/UPDATE.wiki   Wed Dec 18 11:07:01 2013 UTC
@@ -1,13 +1,13 @@
 === 20131218 ===
  * Get in github:<br>
-Get through https: [https://github.com/teawater/kgtp/archive/20131218.tar.gz] +Get through https: [https://github.com/teawater/kgtp/archive/20131218.tar.gz]<br>
 Get through git:
 {{{
 git clone https://github.com/teawater/kgtp.git
 git checkout 20131218 -b 20131218
 }}}
  * Get in CSDN:<br>
-Get through https: [https://code.csdn.net/teawater/kgtp/repository/archive?ref=20131218] +Get through https: [https://code.csdn.net/teawater/kgtp/repository/archive?ref=20131218]<br>
 Get through git:
 {{{
 git clone git://code.csdn.net/teawater/kgtp.git
@@ -15,39 +15,36 @@
 }}}
 <br>
  * Add uprobe support.  Then KGTP can trace user applications.
-  https://code.google.com/p/kgtp/wiki/HOWTO#Trace_user_applications
-  https://code.google.com/p/kgtp/wiki/HOWTOCN#Trace用户程序
+[https://code.google.com/p/kgtp/wiki/HOWTO#Trace_user_applications]
+[https://code.google.com/p/kgtp/wiki/HOWTOCN#Trace用户程序]

  * Fix https://github.com/teawater/kgtp/issues/9
-  A multiprocess bug about packets "?" and "Hg".
+A multiprocess bug about packets "?" and "Hg".

  * Fix https://github.com/teawater/kgtp/issues/8
-  A TSV check bug.
+A TSV check bug.

- * Add "monitor disable" and KGTP address disable list to handle the
-  issue that GDB cannot disable one tracepoint of a same number tracepoints
-  list.
+ * Add "monitor disable" and KGTP address disable list to handle the issue that GDB cannot disable one tracepoint of a same number tracepoints list.

* Update doc "Where is the current Linux kernel debug image" to make it more clear. - https://code.google.com/p/kgtp/wiki/HOWTO#Where_is_the_current_Linux_kernel_debug_image
-  https://code.google.com/p/kgtp/wiki/HOWTOCN#当前Linux内核调试镜像在哪
+[https://code.google.com/p/kgtp/wiki/HOWTO#Where_is_the_current_Linux_kernel_debug_image]
+[https://code.google.com/p/kgtp/wiki/HOWTOCN#当前Linux内核调试镜像在哪]

  * Update doc add section "Load Linux kernel debug image to GDB".
- https://code.google.com/p/kgtp/wiki/HOWTO#Load_Linux_kernel_debug_image_to_GDB
-  https://code.google.com/p/kgtp/wiki/HOWTOCN#装载Linux内核调试镜像到GDB
+[https://code.google.com/p/kgtp/wiki/HOWTO#Load_Linux_kernel_debug_image_to_GDB]
+[https://code.google.com/p/kgtp/wiki/HOWTOCN#装载Linux内核调试镜像到GDB]

- * Add support for preempt_count_add and preempt_count_sub to make KGTP
-  can build with Linux Kernel 3.13.
-  Thanks help from Chen Gang.
+ * Add support for preempt_count_add and preempt_count_sub to make KGTP can build with Linux Kernel 3.13.
+Thanks help from Chen Gang.

  * Update doc "Use KGTP with user applications".
-  https://code.google.com/p/kgtp/wiki/HOWTO#Use_KGTP_with_user_applications
-  https://code.google.com/p/kgtp/wiki/HOWTOCN#和用户程序一起使用KGTP
+[https://code.google.com/p/kgtp/wiki/HOWTO#Use_KGTP_with_user_applications]
+[https://code.google.com/p/kgtp/wiki/HOWTOCN#和用户程序一起使用KGTP]

  * Update doc "What is KGTP".
-  Thanks help from Xi Yang.
-  https://code.google.com/p/kgtp/wiki/HOWTO#What_is_KGTP
-  https://code.google.com/p/kgtp/wiki/HOWTOCN#什么是KGTP
+Thanks help from Xi Yang.<br>
+[https://code.google.com/p/kgtp/wiki/HOWTO#What_is_KGTP]
+[https://code.google.com/p/kgtp/wiki/HOWTOCN#什么是KGTP]

 === 20130915 ===
 [https://lkml.org/lkml/2013/9/15/12]<br>

Other related posts:

  • » [kgtp] r1699 committed - Update UPDATE - kgtp