Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFrame.i66 GetFrameID () const;
356 …idx = property(GetFrameID, None, doc='''A read only property that returns the zero based stack fra…
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py248 …embly of %s, frame %d, address 0x%x" % (frame.GetFunctionName(), frame.GetFrameID(), frame.GetPC()…
284 … print("Unwind instructions for %s, frame %d" % (frame.GetFunctionName(), frame.GetFrameID()))
H A Dlldbtk.py55 id = self.frame.GetFrameID()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp83 frame.GetFrameID()); in MakeVSCodeFrameID()
H A Dlldb-vscode.cpp1934 frame.GetThread().SetSelectedFrame(frame.GetFrameID()); in request_scopes()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFrame.h33 uint32_t GetFrameID() const;
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py846 if f.GetFrameID() == frame.GetFrameID():
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py392 …print('frame #%u: [%#x - %#x) %s' % (frame.GetFrameID(), var.load_addr, var.load_addr + byte_size,…
444 type_str += ' in frame #%u of thread #%u: tid %#x' % (frame.GetFrameID(
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1237 if f.GetFrameID() == frame.GetFrameID():
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp294 uint32_t SBFrame::GetFrameID() const { in GetFrameID() function in SBFrame