Lines Matching refs:StackFrame

49 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,  in StackFrame()  function in StackFrame
51 bool cfa_is_valid, addr_t pc, StackFrame::Kind kind, in StackFrame()
73 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
82 m_stack_frame_kind(StackFrame::Kind::Regular), m_variable_list_sp(), in StackFrame()
97 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
108 m_stack_frame_kind(StackFrame::Kind::Regular), m_variable_list_sp(), in StackFrame()
133 StackFrame::~StackFrame() = default;
135 StackID &StackFrame::GetStackID() { in GetStackID()
165 uint32_t StackFrame::GetFrameIndex() const { in GetFrameIndex()
174 void StackFrame::SetSymbolContextScope(SymbolContextScope *symbol_scope) { in SetSymbolContextScope()
180 const Address &StackFrame::GetFrameCodeAddress() { in GetFrameCodeAddress()
208 bool StackFrame::ChangePC(addr_t pc) { in ChangePC()
222 const char *StackFrame::Disassemble() { in Disassemble()
241 Block *StackFrame::GetFrameBlock() { in GetFrameBlock()
268 StackFrame::GetSymbolContext(SymbolContextItem resolve_scope) { in GetSymbolContext()
415 VariableList *StackFrame::GetVariableList(bool get_file_globals) { in GetVariableList()
454 StackFrame::GetInScopeVariableList(bool get_file_globals, in GetInScopeVariableList()
487 ValueObjectSP StackFrame::GetValueForVariableExpressionPath( in GetValueForVariableExpressionPath()
1060 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue()
1106 DWARFExpression *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression()
1117 RegisterContextSP StackFrame::GetRegisterContext() { in GetRegisterContext()
1127 bool StackFrame::HasDebugInformation() { in HasDebugInformation()
1133 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable()
1163 ValueObjectSP StackFrame::TrackGlobalVariable(const VariableSP &variable_sp, in TrackGlobalVariable()
1188 bool StackFrame::IsInlined() { in IsInlined()
1196 bool StackFrame::IsHistorical() const { in IsHistorical()
1197 return m_stack_frame_kind == StackFrame::Kind::History; in IsHistorical()
1200 bool StackFrame::IsArtificial() const { in IsArtificial()
1201 return m_stack_frame_kind == StackFrame::Kind::Artificial; in IsArtificial()
1204 lldb::LanguageType StackFrame::GetLanguage() { in GetLanguage()
1211 lldb::LanguageType StackFrame::GuessLanguage() { in GuessLanguage()
1305 lldb::ValueObjectSP StackFrame::GuessValueForAddress(lldb::addr_t addr) { in GuessValueForAddress()
1385 ValueObjectSP GetValueForOffset(StackFrame &frame, ValueObjectSP &parent, in GetValueForOffset()
1418 ValueObjectSP GetValueForDereferincingOffset(StackFrame &frame, in GetValueForDereferincingOffset()
1477 lldb::ValueObjectSP DoGuessValueAt(StackFrame &frame, ConstString reg, in DoGuessValueAt()
1669 lldb::ValueObjectSP StackFrame::GuessValueForRegisterAndOffset(ConstString reg, in GuessValueForRegisterAndOffset()
1719 lldb::ValueObjectSP StackFrame::FindVariable(ConstString name) { in FindVariable()
1754 TargetSP StackFrame::CalculateTarget() { in CalculateTarget()
1765 ProcessSP StackFrame::CalculateProcess() { in CalculateProcess()
1773 ThreadSP StackFrame::CalculateThread() { return GetThread(); } in CalculateThread()
1775 StackFrameSP StackFrame::CalculateStackFrame() { return shared_from_this(); } in CalculateStackFrame()
1777 void StackFrame::CalculateExecutionContext(ExecutionContext &exe_ctx) { in CalculateExecutionContext()
1781 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique, in DumpUsingSettingsFormat()
1811 void StackFrame::Dump(Stream *strm, bool show_frame_index, in Dump()
1835 void StackFrame::UpdateCurrentFrameFromPreviousFrame(StackFrame &prev_frame) { in UpdateCurrentFrameFromPreviousFrame()
1847 void StackFrame::UpdatePreviousFrameFromCurrentFrame(StackFrame &curr_frame) { in UpdatePreviousFrameFromCurrentFrame()
1872 bool StackFrame::HasCachedData() const { in HasCachedData()
1882 bool StackFrame::GetStatus(Stream &strm, bool show_frame_info, bool show_source, in GetStatus()
1956 RecognizedStackFrameSP StackFrame::GetRecognizedFrame() { in GetRecognizedFrame()