Home
last modified time | relevance | path

Searched refs:get_parent_frame (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/bindings/interface/
DSBFrame.i295 def get_parent_frame(self):
359 …parent = property(get_parent_frame, None, doc='''A read only property that returns the parent (cal…
/external/llvm-project/lldb/test/API/python_api/lldbutil/frame/
DTestFrameUtils.py54 parent = lldbutil.get_parent_frame(frame0)
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py837 def get_parent_frame(frame): function
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py1188 def get_parent_frame(frame): function