(self, args, from_tty)
| 2060 | |
| 2061 | |
| 2062 | def invoke(self, args, from_tty): |
| 2063 | move_in_stack(move_up=False) |
| 2064 | |
| 2065 | # Not all builds of gdb have gdb.Frame.select |
| 2066 | if hasattr(gdb.Frame, 'select'): |
nothing calls this directly
no test coverage detected