MCPcopy Create free account
hub / github.com/qilingframework/qiling / inner

Function inner

qiling/debugger/qdb/qdb.py:33–36  ·  view source on GitHub ↗
(self: 'QlQdb', *args, **kwargs)

Source from the content-addressed store, hash-verified

31 """
32
33 def inner(self: 'QlQdb', *args, **kwargs) -> None:
34 self.render.prev_regs = self.render.get_regs()
35
36 func(self, *args, **kwargs)
37
38 return inner
39

Callers

nothing calls this directly

Calls 4

funcFunction · 0.85
qdb_printFunction · 0.85
get_regsMethod · 0.80
has_endedMethod · 0.80

Tested by

no test coverage detected