reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/ExecutionContext.h
  358   ExecutionContextScope *GetBestExecutionContextScope() const;

References

tools/lldb/source/Breakpoint/Watchpoint.cpp
  117       exe_ctx.GetBestExecutionContextScope(), watch_name.GetStringRef(),
tools/lldb/source/Commands/CommandObjectMemory.cpp
  819     ExecutionContextScope *exe_scope = m_exe_ctx.GetBestExecutionContextScope();
tools/lldb/source/Commands/CommandObjectRegister.cpp
  100                 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(),
tools/lldb/source/Commands/CommandObjectSource.cpp
 1096                              m_exe_ctx.GetBestExecutionContextScope(),
tools/lldb/source/Commands/CommandObjectTarget.cpp
  834               exe_ctx.GetBestExecutionContextScope(), var_sp));
  874               arg, m_exe_ctx.GetBestExecutionContextScope(),
  892                     m_exe_ctx.GetBestExecutionContextScope(), var_sp);
 1499         interpreter.GetExecutionContext().GetBestExecutionContextScope();
 1564             interpreter.GetExecutionContext().GetBestExecutionContextScope(),
 1618           interpreter.GetExecutionContext().GetBestExecutionContextScope(),
 1736           interpreter.GetExecutionContext().GetBestExecutionContextScope(),
tools/lldb/source/Commands/CommandObjectType.cpp
 2741     ExecutionContextScope *best_scope = exe_ctx.GetBestExecutionContextScope();
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  849           m_exe_ctx.GetBestExecutionContextScope(), GetVariableCallback, target,
tools/lldb/source/Core/FormatEntity.cpp
  437         exe_scope = exe_ctx->GetBestExecutionContextScope();
 1603             exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr;
tools/lldb/source/Core/Value.cpp
  225     auto *scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr;
  344             exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr))
tools/lldb/source/Core/ValueObject.cpp
  777           exe_ctx.GetBestExecutionContextScope());
  845           GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope());
 1844       type.GetByteSize(exe_ctx.GetBestExecutionContextScope());
 1886       type.GetByteSize(exe_ctx.GetBestExecutionContextScope());
 2777         exe_ctx.GetBestExecutionContextScope(), GetCompilerType(), name, data,
 2784         exe_ctx.GetBestExecutionContextScope(), m_error);
 2914             exe_ctx.GetBestExecutionContextScope(),
 2950         exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, compiler_type);
 2964         exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, type_sp);
 3166           exe_ctx.GetBestExecutionContextScope(), pointer_type,
 3188       exe_ctx.GetBestExecutionContextScope(), type, ConstString(name), data,
tools/lldb/source/Core/ValueObjectChild.cpp
  191                       exe_ctx.GetBestExecutionContextScope())) {
tools/lldb/source/Core/ValueObjectConstResult.cpp
  202         GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()))
tools/lldb/source/Core/ValueObjectConstResultImpl.cpp
  132         exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(),
tools/lldb/source/Core/ValueObjectRegister.cpp
   97         exe_ctx.GetBestExecutionContextScope(), m_reg_ctx_sp, idx);
tools/lldb/source/Core/ValueObjectVariable.cpp
  114   return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()).getValueOr(0);
tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
   43           so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(),
tools/lldb/source/DataFormatters/TypeFormat.cpp
   62                           exe_ctx.GetBestExecutionContextScope());
   97             exe_ctx.GetBestExecutionContextScope();
  192                                  exe_ctx.GetBestExecutionContextScope());
tools/lldb/source/Expression/LLVMUserExpression.cpp
  273       GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope());
tools/lldb/source/Expression/UserExpression.cpp
  243         exe_ctx.GetBestExecutionContextScope(), error);
  330             exe_ctx.GetBestExecutionContextScope(), error);
  383         exe_ctx.GetBestExecutionContextScope(), error);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  265         exe_ctx.GetBestExecutionContextScope(), name, user_type,
  309               exe_ctx.GetBestExecutionContextScope(), name, user_type,
 1741       m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), entity_name,
 1866       m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(),
 2035       m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(),
 2070                      m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(),
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
  103   ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this,
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  316       m_result_type.GetBitSize(exe_ctx.GetBestExecutionContextScope());
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
   90         type.GetBitSize(ctx.GetBestExecutionContextScope());
  102       type.GetBitSize(ctx.GetBestExecutionContextScope());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
   84   return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope());
tools/lldb/source/Symbol/ClangASTContext.cpp
 6575     return exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr;
tools/lldb/source/Symbol/CompilerType.cpp
  976       GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr);
 1021       GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr);
tools/lldb/source/Target/StackFrame.cpp
 1841   m_sc.DumpStopContext(strm, exe_ctx.GetBestExecutionContextScope(),