Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i12 return self.GetFrameID()
83 …idx = property(GetFrameID, None, doc='''A read only property that returns the zero based stack fra…
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h42 uint32_t GetFrameID() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp296 uint32_t SBFrame::GetFrameID() const { in GetFrameID() function in SBFrame
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp30278 result = (uint32_t)((lldb::SBFrame const *)arg1)->GetFrameID(); in _wrap_SBFrame_GetFrameID()