Home
last modified time | relevance | path

Searched refs:GetSuggestedStackFrameIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h28 GetSuggestedStackFrameIndex(bool inlined_stack) override;
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
96 loc_sp->GetSuggestedStackFrameIndex(); in GetSuggestedStackFrameIndex()
H A DBreakpointLocation.cpp666 std::optional<uint32_t> BreakpointLocation::GetSuggestedStackFrameIndex() { in GetSuggestedStackFrameIndex() function in BreakpointLocation
/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
263 return bp_site_sp->GetSuggestedStackFrameIndex(); in GetSuggestedStackFrameIndex()
1193 GetSuggestedStackFrameIndex(bool inlined_stack) override { in GetSuggestedStackFrameIndex() function in lldb_private::StopInfoTrace
H A DStackFrameList.cpp93 auto inline_depth = stop_info_sp->GetSuggestedStackFrameIndex(inlined); in ResetCurrentInlinedDepth()
762 stop_info_sp->GetSuggestedStackFrameIndex(inlined); in SelectMostRelevantFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h176 std::optional<uint32_t> GetSuggestedStackFrameIndex();
H A DBreakpointLocation.h326 std::optional<uint32_t> GetSuggestedStackFrameIndex();