(self, args, from_tty)
| 2048 | |
| 2049 | |
| 2050 | def invoke(self, args, from_tty): |
| 2051 | move_in_stack(move_up=True) |
| 2052 | |
| 2053 | class 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)' |
nothing calls this directly
no test coverage detected