We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca35fe5 commit d2ee3d1Copy full SHA for d2ee3d1
panda/python/core/pandare/panda.py
@@ -2719,9 +2719,6 @@ def decorator(fun):
2719
return
2720
type_num = getattr(self.libpanda, "PANDA_CB_"+cb_type.upper())
2721
2722
- # Inform the plugin that it has a new breakpoint at addr
2723
- hook_cb_passed = hook_cb_type(fun)
2724
-
2725
if debug:
2726
print("Registering breakpoint at 0x{:x} -> {} == {}".format(addr, fun, 'cdata_cb'))
2727
0 commit comments