[kgtp] r961 committed - Fix bug about access $current_task_pid.

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Sun, 04 Mar 2012 12:19:40 +0000

Revision: 961
Author:   teawater
Date:     Sun Mar  4 04:18:34 2012
Log:      Fix bug about access $current_task_pid.

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

Modified:
 /branches/actionx/UPDATE
 /branches/actionx/gtp.c

=======================================
--- /branches/actionx/UPDATE    Sat Mar  3 22:55:35 2012
+++ /branches/actionx/UPDATE    Sun Mar  4 04:18:34 2012
@@ -9,6 +9,8 @@
* Remove the current agent code "printf" support because GDB will support new
   format of agent code "printf".

+* Fix bug about access $current_task_pid.
+
 *** 20120224

 * https://lkml.org/lkml/2012/2/26/127
=======================================
--- /branches/actionx/gtp.c     Sat Mar  3 23:51:57 2012
+++ /branches/actionx/gtp.c     Sun Mar  4 04:18:34 2012
@@ -466,7 +466,7 @@
        GTP_VAR_IRQ_COUNT_ID,
        GTP_VAR_PIPE_TRACE_ID,
        GTP_VAR_CURRENT_TASK_PID_ID,
-       GTP_VAR_SPECIAL_MAX = GTP_VAR_PIPE_TRACE_ID,
+       GTP_VAR_SPECIAL_MAX = GTP_VAR_CURRENT_TASK_PID_ID,
 };

 #define PREV_VAR       NULL

Other related posts:

  • » [kgtp] r961 committed - Fix bug about access $current_task_pid. - kgtp