MCPcopy Index your code
hub / github.com/python/cpython / invoke

Method invoke

Tools/gdb/libpython.py:2050–2051  ·  view source on GitHub ↗
(self, args, from_tty)

Source from the content-addressed store, hash-verified

2048
2049
2050 def invoke(self, args, from_tty):
2051 move_in_stack(move_up=True)
2052
2053class PyDown(gdb.Command):
2054 'Select and print all python stack frame in the same eval loop starting from the one called this one (if any)'

Callers

nothing calls this directly

Calls 1

move_in_stackFunction · 0.85

Tested by

no test coverage detected