[kgtp] r933 committed - Adding hotcode

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Fri, 24 Feb 2012 06:53:52 +0000

Revision: 933
Author:   teawater
Date:     Thu Feb 23 22:53:20 2012
Log:      Adding hotcode

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

Modified:
 /branches/hotcode/hotcode.py

=======================================
--- /branches/hotcode/hotcode.py        Wed Feb 22 08:47:06 2012
+++ /branches/hotcode/hotcode.py        Thu Feb 23 22:53:20 2012
@@ -331,8 +331,6 @@
                                filename_offset = sym.find(" of ")
                                if filename_offset > 0:
                                        function += sym[filename_offset:]
-               if (function == "arch_local_irq_enable"):
-                       print gdb.parse_and_eval("regs->ip - 1")
                task_list_add_function(is_user, pid, function)
        except gdb.error, x:
                print("Drop one entry because", x)

Other related posts:

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