LLDB mainline
lldb_private::StackFrame Member List

This is the complete list of members for lldb_private::StackFrame, including all inherited members.

CalculateExecutionContext(ExecutionContext &exe_ctx) overridelldb_private::StackFramevirtual
CalculateProcess() overridelldb_private::StackFramevirtual
CalculateStackFrame() overridelldb_private::StackFramevirtual
CalculateTarget() overridelldb_private::StackFramevirtual
CalculateThread() overridelldb_private::StackFramevirtual
ChangePC(lldb::addr_t pc)lldb_private::StackFrame
Disassemble()lldb_private::StackFrame
Dump(Stream *strm, bool show_frame_index, bool show_fullpaths)lldb_private::StackFrame
DumpUsingFormat(Stream &strm, const lldb_private::FormatEntity::Entry *format, llvm::StringRef frame_marker={})lldb_private::StackFrame
DumpUsingSettingsFormat(Stream *strm, bool show_unique=false, const char *frame_marker=nullptr)lldb_private::StackFrame
eExpressionPathOptionCheckPtrVsMember enum valuelldb_private::StackFrame
eExpressionPathOptionsAllowDirectIVarAccess enum valuelldb_private::StackFrame
eExpressionPathOptionsInspectAnonymousUnions enum valuelldb_private::StackFrame
eExpressionPathOptionsNoFragileObjcIvar enum valuelldb_private::StackFrame
eExpressionPathOptionsNoSyntheticArrayRange enum valuelldb_private::StackFrame
eExpressionPathOptionsNoSyntheticChildren enum valuelldb_private::StackFrame
ExpressionPathOption enum namelldb_private::StackFrame
FindVariable(ConstString name)lldb_private::StackFrame
GetConcreteFrameIndex() constlldb_private::StackFrameinline
GetFrameBaseExpression(Status *error_ptr)lldb_private::StackFrame
GetFrameBaseValue(Scalar &value, Status *error_ptr)lldb_private::StackFrame
GetFrameBlock()lldb_private::StackFrame
GetFrameCodeAddress()lldb_private::StackFrame
GetFrameCodeAddressForSymbolication()lldb_private::StackFrame
GetFrameIndex() constlldb_private::StackFrame
GetInScopeVariableList(bool get_file_globals, bool must_have_valid_location=false)lldb_private::StackFrame
GetLanguage()lldb_private::StackFrame
GetRecognizedFrame()lldb_private::StackFrame
GetRegisterContext()lldb_private::StackFrame
GetRegisterContextSP() constlldb_private::StackFrameinline
GetStackID()lldb_private::StackFrame
GetStatus(Stream &strm, bool show_frame_info, bool show_source, bool show_unique=false, const char *frame_marker=nullptr)lldb_private::StackFrame
GetSymbolContext(lldb::SymbolContextItem resolve_scope)lldb_private::StackFrame
GetThread() constlldb_private::StackFrameinline
GetValueForVariableExpressionPath(llvm::StringRef var_expr, lldb::DynamicValueType use_dynamic, uint32_t options, lldb::VariableSP &var_sp, Status &error)lldb_private::StackFrame
GetValueObjectForFrameVariable(const lldb::VariableSP &variable_sp, lldb::DynamicValueType use_dynamic)lldb_private::StackFrame
GetVariableList(bool get_file_globals, Status *error_ptr)lldb_private::StackFrame
GuessLanguage()lldb_private::StackFrame
GuessValueForAddress(lldb::addr_t addr)lldb_private::StackFrame
GuessValueForRegisterAndOffset(ConstString reg, int64_t offset)lldb_private::StackFrame
HasCachedData() constlldb_private::StackFrameprotected
HasDebugInformation()lldb_private::StackFrame
IsArtificial() constlldb_private::StackFrame
IsHistorical() constlldb_private::StackFrame
IsInlined()lldb_private::StackFrame
Kind enum namelldb_private::StackFrame
m_behaves_like_zeroth_framelldb_private::StackFrameprivate
m_cfa_is_validlldb_private::StackFrameprivate
m_concrete_frame_indexlldb_private::StackFrameprivate
m_disassemblylldb_private::StackFrameprivate
m_flagslldb_private::StackFrameprivate
m_frame_baselldb_private::StackFrameprivate
m_frame_base_errorlldb_private::StackFrameprivate
m_frame_code_addrlldb_private::StackFrameprivate
m_frame_indexlldb_private::StackFrameprivate
m_idlldb_private::StackFrameprivate
m_mutexlldb_private::StackFrameprivate
m_recognized_frame_splldb_private::StackFrameprivate
m_reg_context_splldb_private::StackFrameprivate
m_sclldb_private::StackFrameprivate
m_stack_frame_kindlldb_private::StackFrameprivate
m_thread_wplldb_private::StackFrameprivate
m_variable_list_splldb_private::StackFrameprivate
m_variable_list_value_objectslldb_private::StackFrameprivate
operator=(const StackFrame &)=deletelldb_private::StackFrameprivate
SetFrameIndex(uint32_t index)lldb_private::StackFrameinline
SetSymbolContextScope(SymbolContextScope *symbol_scope)lldb_private::StackFrameprotected
StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx, lldb::user_id_t concrete_frame_idx, lldb::addr_t cfa, bool cfa_is_valid, lldb::addr_t pc, Kind frame_kind, bool behaves_like_zeroth_frame, const SymbolContext *sc_ptr)lldb_private::StackFrame
StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx, lldb::user_id_t concrete_frame_idx, const lldb::RegisterContextSP &reg_context_sp, lldb::addr_t cfa, lldb::addr_t pc, bool behaves_like_zeroth_frame, const SymbolContext *sc_ptr)lldb_private::StackFrame
StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx, lldb::user_id_t concrete_frame_idx, const lldb::RegisterContextSP &reg_context_sp, lldb::addr_t cfa, const Address &pc, bool behaves_like_zeroth_frame, const SymbolContext *sc_ptr)lldb_private::StackFrame
StackFrame(const StackFrame &)=deletelldb_private::StackFrameprivate
StackFrameListlldb_private::StackFramefriend
UpdateCurrentFrameFromPreviousFrame(StackFrame &prev_frame)lldb_private::StackFrameprotected
UpdatePreviousFrameFromCurrentFrame(StackFrame &curr_frame)lldb_private::StackFrameprotected
~ExecutionContextScope()=defaultlldb_private::ExecutionContextScopevirtual
~StackFrame() overridelldb_private::StackFrame