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

Method get_selected_frame

Tools/gdb/libpython.py:1875–1879  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

1873
1874 @classmethod
1875 def get_selected_frame(cls):
1876 _gdbframe = gdb.selected_frame()
1877 if _gdbframe:
1878 return Frame(_gdbframe)
1879 return None
1880
1881 @classmethod
1882 def get_selected_python_frame(cls):

Callers 2

Calls 1

FrameClass · 0.70

Tested by

no test coverage detected