[kgtp] r931 committed - Adding hotcode

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Wed, 22 Feb 2012 16:35:11 +0000

Revision: 931
Author:   teawater
Date:     Wed Feb 22 08:31:11 2012
Log:      Adding hotcode

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

Modified:
 /branches/hotcode/hotcode.py

=======================================
--- /branches/hotcode/hotcode.py        Wed Feb 22 08:29:49 2012
+++ /branches/hotcode/hotcode.py        Wed Feb 22 08:31:11 2012
@@ -294,7 +294,6 @@
 while 1:
        try:
                gdb.execute("tfind 0", False, True)
-               #switch to user inferior if need
                is_user = False
                pid = 0
                if not no_task:

Other related posts:

  • » [kgtp] r931 committed - Adding hotcode - kgtp