Home
last modified time | relevance | path

Searched defs:GetSuggestedStackFrameIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp46 InstrumentationRuntimeStopInfo::GetSuggestedStackFrameIndex( in GetSuggestedStackFrameIndex() function in InstrumentationRuntimeStopInfo
H A DStopInfo.cpp251 GetSuggestedStackFrameIndex(bool inlined_stack) override { in GetSuggestedStackFrameIndex() function in lldb_private::StopInfoBreakpoint
1193 GetSuggestedStackFrameIndex(bool inlined_stack) override { in GetSuggestedStackFrameIndex() function in lldb_private::StopInfoTrace
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h89 GetSuggestedStackFrameIndex(bool inlined_stack) { in GetSuggestedStackFrameIndex() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp90 std::optional<uint32_t> BreakpointSite::GetSuggestedStackFrameIndex() { in GetSuggestedStackFrameIndex() function in BreakpointSite
H A DBreakpointLocation.cpp666 std::optional<uint32_t> BreakpointLocation::GetSuggestedStackFrameIndex() { in GetSuggestedStackFrameIndex() function in BreakpointLocation