Lines Matching refs:StackFrame
53 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
55 bool cfa_is_valid, addr_t pc, StackFrame::Kind kind, in StackFrame()
79 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
89 m_stack_frame_kind(StackFrame::Kind::Regular), in StackFrame()
105 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
117 m_stack_frame_kind(StackFrame::Kind::Regular), in StackFrame()
143 StackFrame::~StackFrame() = default;
145 StackID &StackFrame::GetStackID() { in GetStackID()
175 uint32_t StackFrame::GetFrameIndex() const { in GetFrameIndex()
184 void StackFrame::SetSymbolContextScope(SymbolContextScope *symbol_scope) { in SetSymbolContextScope()
190 const Address &StackFrame::GetFrameCodeAddress() { in GetFrameCodeAddress()
222 Address StackFrame::GetFrameCodeAddressForSymbolication() { in GetFrameCodeAddressForSymbolication()
247 bool StackFrame::ChangePC(addr_t pc) { in ChangePC()
261 const char *StackFrame::Disassemble() { in Disassemble()
275 Block *StackFrame::GetFrameBlock() { in GetFrameBlock()
300 StackFrame::GetSymbolContext(SymbolContextItem resolve_scope) { in GetSymbolContext()
424 VariableList *StackFrame::GetVariableList(bool get_file_globals, in GetVariableList()
475 StackFrame::GetInScopeVariableList(bool get_file_globals, in GetInScopeVariableList()
508 ValueObjectSP StackFrame::GetValueForVariableExpressionPath( in GetValueForVariableExpressionPath()
1086 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue()
1132 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression()
1143 RegisterContextSP StackFrame::GetRegisterContext() { in GetRegisterContext()
1153 bool StackFrame::HasDebugInformation() { in HasDebugInformation()
1159 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable()
1197 bool StackFrame::IsInlined() { in IsInlined()
1205 bool StackFrame::IsHistorical() const { in IsHistorical()
1206 return m_stack_frame_kind == StackFrame::Kind::History; in IsHistorical()
1209 bool StackFrame::IsArtificial() const { in IsArtificial()
1210 return m_stack_frame_kind == StackFrame::Kind::Artificial; in IsArtificial()
1213 lldb::LanguageType StackFrame::GetLanguage() { in GetLanguage()
1220 lldb::LanguageType StackFrame::GuessLanguage() { in GuessLanguage()
1314 lldb::ValueObjectSP StackFrame::GuessValueForAddress(lldb::addr_t addr) { in GuessValueForAddress()
1397 ValueObjectSP GetValueForOffset(StackFrame &frame, ValueObjectSP &parent, in GetValueForOffset()
1430 ValueObjectSP GetValueForDereferincingOffset(StackFrame &frame, in GetValueForDereferincingOffset()
1487 lldb::ValueObjectSP DoGuessValueAt(StackFrame &frame, ConstString reg, in DoGuessValueAt()
1677 lldb::ValueObjectSP StackFrame::GuessValueForRegisterAndOffset(ConstString reg, in GuessValueForRegisterAndOffset()
1726 lldb::ValueObjectSP StackFrame::FindVariable(ConstString name) { in FindVariable()
1761 TargetSP StackFrame::CalculateTarget() { in CalculateTarget()
1772 ProcessSP StackFrame::CalculateProcess() { in CalculateProcess()
1780 ThreadSP StackFrame::CalculateThread() { return GetThread(); } in CalculateThread()
1782 StackFrameSP StackFrame::CalculateStackFrame() { return shared_from_this(); } in CalculateStackFrame()
1784 void StackFrame::CalculateExecutionContext(ExecutionContext &exe_ctx) { in CalculateExecutionContext()
1788 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique, in DumpUsingSettingsFormat()
1818 void StackFrame::Dump(Stream *strm, bool show_frame_index, in Dump()
1842 void StackFrame::UpdateCurrentFrameFromPreviousFrame(StackFrame &prev_frame) { in UpdateCurrentFrameFromPreviousFrame()
1854 void StackFrame::UpdatePreviousFrameFromCurrentFrame(StackFrame &curr_frame) { in UpdatePreviousFrameFromCurrentFrame()
1880 bool StackFrame::HasCachedData() const { in HasCachedData()
1890 bool StackFrame::GetStatus(Stream &strm, bool show_frame_info, bool show_source, in GetStatus()
1980 RecognizedStackFrameSP StackFrame::GetRecognizedFrame() { in GetRecognizedFrame()