Lines Matching refs:StackFrame

51 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,  in StackFrame()  function in StackFrame
53 bool cfa_is_valid, addr_t pc, StackFrame::Kind kind, in StackFrame()
77 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
87 m_stack_frame_kind(StackFrame::Kind::Regular), in StackFrame()
103 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
115 m_stack_frame_kind(StackFrame::Kind::Regular), in StackFrame()
141 StackFrame::~StackFrame() = default;
143 StackID &StackFrame::GetStackID() { in GetStackID()
173 uint32_t StackFrame::GetFrameIndex() const { in GetFrameIndex()
182 void StackFrame::SetSymbolContextScope(SymbolContextScope *symbol_scope) { in SetSymbolContextScope()
188 const Address &StackFrame::GetFrameCodeAddress() { in GetFrameCodeAddress()
220 Address StackFrame::GetFrameCodeAddressForSymbolication() { in GetFrameCodeAddressForSymbolication()
245 bool StackFrame::ChangePC(addr_t pc) { in ChangePC()
259 const char *StackFrame::Disassemble() { in Disassemble()
273 Block *StackFrame::GetFrameBlock() { in GetFrameBlock()
298 StackFrame::GetSymbolContext(SymbolContextItem resolve_scope) { in GetSymbolContext()
422 VariableList *StackFrame::GetVariableList(bool get_file_globals) { in GetVariableList()
461 StackFrame::GetInScopeVariableList(bool get_file_globals, in GetInScopeVariableList()
494 ValueObjectSP StackFrame::GetValueForVariableExpressionPath( in GetValueForVariableExpressionPath()
1066 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue()
1112 DWARFExpression *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression()
1123 RegisterContextSP StackFrame::GetRegisterContext() { in GetRegisterContext()
1133 bool StackFrame::HasDebugInformation() { in HasDebugInformation()
1139 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable()
1169 bool StackFrame::IsInlined() { in IsInlined()
1177 bool StackFrame::IsHistorical() const { in IsHistorical()
1178 return m_stack_frame_kind == StackFrame::Kind::History; in IsHistorical()
1181 bool StackFrame::IsArtificial() const { in IsArtificial()
1182 return m_stack_frame_kind == StackFrame::Kind::Artificial; in IsArtificial()
1185 lldb::LanguageType StackFrame::GetLanguage() { in GetLanguage()
1192 lldb::LanguageType StackFrame::GuessLanguage() { in GuessLanguage()
1286 lldb::ValueObjectSP StackFrame::GuessValueForAddress(lldb::addr_t addr) { in GuessValueForAddress()
1368 ValueObjectSP GetValueForOffset(StackFrame &frame, ValueObjectSP &parent, in GetValueForOffset()
1401 ValueObjectSP GetValueForDereferincingOffset(StackFrame &frame, in GetValueForDereferincingOffset()
1458 lldb::ValueObjectSP DoGuessValueAt(StackFrame &frame, ConstString reg, in DoGuessValueAt()
1648 lldb::ValueObjectSP StackFrame::GuessValueForRegisterAndOffset(ConstString reg, in GuessValueForRegisterAndOffset()
1697 lldb::ValueObjectSP StackFrame::FindVariable(ConstString name) { in FindVariable()
1732 TargetSP StackFrame::CalculateTarget() { in CalculateTarget()
1743 ProcessSP StackFrame::CalculateProcess() { in CalculateProcess()
1751 ThreadSP StackFrame::CalculateThread() { return GetThread(); } in CalculateThread()
1753 StackFrameSP StackFrame::CalculateStackFrame() { return shared_from_this(); } in CalculateStackFrame()
1755 void StackFrame::CalculateExecutionContext(ExecutionContext &exe_ctx) { in CalculateExecutionContext()
1759 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique, in DumpUsingSettingsFormat()
1789 void StackFrame::Dump(Stream *strm, bool show_frame_index, in Dump()
1813 void StackFrame::UpdateCurrentFrameFromPreviousFrame(StackFrame &prev_frame) { in UpdateCurrentFrameFromPreviousFrame()
1825 void StackFrame::UpdatePreviousFrameFromCurrentFrame(StackFrame &curr_frame) { in UpdatePreviousFrameFromCurrentFrame()
1851 bool StackFrame::HasCachedData() const { in HasCachedData()
1861 bool StackFrame::GetStatus(Stream &strm, bool show_frame_info, bool show_source, in GetStatus()
1933 RecognizedStackFrameSP StackFrame::GetRecognizedFrame() { in GetRecognizedFrame()