Lines Matching refs:StackFrame

52 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,  in StackFrame()  function in StackFrame
54 bool cfa_is_valid, addr_t pc, StackFrame::Kind kind, in StackFrame()
78 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
88 m_stack_frame_kind(StackFrame::Kind::Regular), in StackFrame()
104 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
116 m_stack_frame_kind(StackFrame::Kind::Regular), in StackFrame()
142 StackFrame::~StackFrame() = default;
144 StackID &StackFrame::GetStackID() { in GetStackID()
174 uint32_t StackFrame::GetFrameIndex() const { in GetFrameIndex()
183 void StackFrame::SetSymbolContextScope(SymbolContextScope *symbol_scope) { in SetSymbolContextScope()
189 const Address &StackFrame::GetFrameCodeAddress() { in GetFrameCodeAddress()
221 Address StackFrame::GetFrameCodeAddressForSymbolication() { in GetFrameCodeAddressForSymbolication()
246 bool StackFrame::ChangePC(addr_t pc) { in ChangePC()
260 const char *StackFrame::Disassemble() { in Disassemble()
274 Block *StackFrame::GetFrameBlock() { in GetFrameBlock()
299 StackFrame::GetSymbolContext(SymbolContextItem resolve_scope) { in GetSymbolContext()
423 VariableList *StackFrame::GetVariableList(bool get_file_globals) { in GetVariableList()
462 StackFrame::GetInScopeVariableList(bool get_file_globals, in GetInScopeVariableList()
495 ValueObjectSP StackFrame::GetValueForVariableExpressionPath( in GetValueForVariableExpressionPath()
1073 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue()
1119 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression()
1130 RegisterContextSP StackFrame::GetRegisterContext() { in GetRegisterContext()
1140 bool StackFrame::HasDebugInformation() { in HasDebugInformation()
1146 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable()
1184 bool StackFrame::IsInlined() { in IsInlined()
1192 bool StackFrame::IsHistorical() const { in IsHistorical()
1193 return m_stack_frame_kind == StackFrame::Kind::History; in IsHistorical()
1196 bool StackFrame::IsArtificial() const { in IsArtificial()
1197 return m_stack_frame_kind == StackFrame::Kind::Artificial; in IsArtificial()
1200 lldb::LanguageType StackFrame::GetLanguage() { in GetLanguage()
1207 lldb::LanguageType StackFrame::GuessLanguage() { in GuessLanguage()
1301 lldb::ValueObjectSP StackFrame::GuessValueForAddress(lldb::addr_t addr) { in GuessValueForAddress()
1382 ValueObjectSP GetValueForOffset(StackFrame &frame, ValueObjectSP &parent, in GetValueForOffset()
1415 ValueObjectSP GetValueForDereferincingOffset(StackFrame &frame, in GetValueForDereferincingOffset()
1472 lldb::ValueObjectSP DoGuessValueAt(StackFrame &frame, ConstString reg, in DoGuessValueAt()
1662 lldb::ValueObjectSP StackFrame::GuessValueForRegisterAndOffset(ConstString reg, in GuessValueForRegisterAndOffset()
1711 lldb::ValueObjectSP StackFrame::FindVariable(ConstString name) { in FindVariable()
1746 TargetSP StackFrame::CalculateTarget() { in CalculateTarget()
1757 ProcessSP StackFrame::CalculateProcess() { in CalculateProcess()
1765 ThreadSP StackFrame::CalculateThread() { return GetThread(); } in CalculateThread()
1767 StackFrameSP StackFrame::CalculateStackFrame() { return shared_from_this(); } in CalculateStackFrame()
1769 void StackFrame::CalculateExecutionContext(ExecutionContext &exe_ctx) { in CalculateExecutionContext()
1773 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique, in DumpUsingSettingsFormat()
1803 void StackFrame::Dump(Stream *strm, bool show_frame_index, in Dump()
1827 void StackFrame::UpdateCurrentFrameFromPreviousFrame(StackFrame &prev_frame) { in UpdateCurrentFrameFromPreviousFrame()
1839 void StackFrame::UpdatePreviousFrameFromCurrentFrame(StackFrame &curr_frame) { in UpdatePreviousFrameFromCurrentFrame()
1865 bool StackFrame::HasCachedData() const { in HasCachedData()
1875 bool StackFrame::GetStatus(Stream &strm, bool show_frame_info, bool show_source, in GetStatus()
1965 RecognizedStackFrameSP StackFrame::GetRecognizedFrame() { in GetRecognizedFrame()