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

Method do_context

qiling/debugger/qdb/qdb.py:380–387  ·  view source on GitHub ↗

display context information for current location

(self, *args: str)

Source from the content-addressed store, hash-verified

378 self.do_context()
379
380 def do_context(self, *args: str) -> None:
381 """
382 display context information for current location
383 """
384
385 self.render.context_reg()
386 self.render.context_stack()
387 self.render.context_asm()
388
389 def do_jump(self, args: str) -> None:
390 """

Callers 5

__bp_handlerMethod · 0.95
do_step_inMethod · 0.95
do_backwardMethod · 0.95
do_startMethod · 0.95
do_jumpMethod · 0.95

Calls 3

context_regMethod · 0.80
context_stackMethod · 0.80
context_asmMethod · 0.45

Tested by

no test coverage detected