Home
last modified time | relevance | path

Searched defs:GetFrameWithStackID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h432 virtual lldb::StackFrameSP GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp763 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID() function in StackFrameList