/external/lldb/source/Expression/ |
D | Materializer.cpp | 102 …istent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextScope(), in MakeAllocation() 233 …stent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextScope (), in Dematerialize() 301 lldb::ProcessSP process_sp = map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 436 scope = map.GetBestExecutionContextScope(); in Materialize() 564 scope = map.GetBestExecutionContextScope(); in Dematerialize() 787 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Dematerialize() 831 lldb::ProcessSP process_sp = map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 1011 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Materialize() 1016 target_sp = map.GetBestExecutionContextScope()->CalculateTarget(); in Materialize() 1312 exe_scope = map.GetBestExecutionContextScope(); in Materialize() [all …]
|
D | ClangUtilityFunction.cpp | 112 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this); in Install()
|
D | ClangExpressionDeclMap.cpp | 207 …pressionVariableSP var_sp = m_found_entities.CreateVariable(exe_ctx.GetBestExecutionContextScope(), in AddPersistentVariable() 255 …_parser_vars->m_persistent_vars->CreatePersistentVariable (exe_ctx.GetBestExecutionContextScope (), in AddPersistentVariable() 1618 …P entity(m_found_entities.CreateVariable (m_parser_vars->m_exe_ctx.GetBestExecutionContextScope (), in AddOneGenericVariable() 1733 …SP entity(m_found_entities.CreateVariable (m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneRegister() 1841 …P entity(m_found_entities.CreateVariable (m_parser_vars->m_exe_ctx.GetBestExecutionContextScope (), in AddOneFunction() 1878 …fun_address->Dump(&ss, m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), Address::DumpStyle… in AddOneFunction()
|
D | IRMemoryMap.cpp | 188 IRMemoryMap::GetBestExecutionContextScope() in GetBestExecutionContextScope() function in IRMemoryMap
|
/external/lldb/source/Core/ |
D | ValueObjectConstResultImpl.cpp | 57 … m_load_addr_backend = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in DerefOnTarget() 183 … m_address_of_backend = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in AddressOf()
|
D | ValueObject.cpp | 808 exe_ctx.GetBestExecutionContextScope(), in GetSummaryAsCString() 1328 exe_ctx.GetBestExecutionContextScope()); in GetValueAsCString() 1368 exe_ctx.GetBestExecutionContextScope()); in GetValueAsCString() 3691 valobj_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in CreateConstantValue() 3812 … m_addr_of_valobj_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in AddressOf() 3850 valobj_sp = ValueObjectMemory::Create (exe_ctx.GetBestExecutionContextScope(), in CastPointerType() 3869 valobj_sp = ValueObjectMemory::Create (exe_ctx.GetBestExecutionContextScope(), in CastPointerType() 4099 …jectSP ptr_result_valobj_sp(ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in CreateValueObjectFromAddress() 4126 new_value_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in CreateValueObjectFromData()
|
D | ValueObjectRegister.cpp | 106 …new_valobj = new ValueObjectRegisterSet(exe_ctx.GetBestExecutionContextScope(), m_reg_ctx_sp, idx); in CreateChildAtIndex()
|
D | Disassembler.cpp | 412 ExecutionContextScope *exe_scope = exe_ctx.GetBestExecutionContextScope(); in PrintInstructions() 592 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL, in Dump()
|
D | Debugger.cpp | 2213 … ExecutionContextScope *exe_scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL; in FormatPromptRecurse()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 60 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription() 130 ClangFunction func (*exe_ctx.GetBestExecutionContextScope(), in GetObjectDescription()
|
/external/lldb/include/lldb/Expression/ |
D | IRMemoryMap.h | 69 ExecutionContextScope *GetBestExecutionContextScope();
|
/external/lldb/include/lldb/Target/ |
D | ExecutionContext.h | 460 GetBestExecutionContextScope () const;
|
/external/lldb/source/Breakpoint/ |
D | Watchpoint.cpp | 155 …m_new_value_sp = ValueObjectMemory::Create (exe_ctx.GetBestExecutionContextScope(), watch_name.AsC… in CaptureWatchedValue()
|
/external/lldb/source/Commands/ |
D | CommandObjectRegister.cpp | 116 …so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), Address::DumpStyleResolvedDescript… in DumpRegister()
|
D | CommandObjectTarget.cpp | 758 …ValueObjectSP valobj_sp (ValueObjectVariable::Create (exe_ctx.GetBestExecutionContextScope(), var_… in DumpGlobalVariableList() 803 … m_exe_ctx.GetBestExecutionContextScope(), in DoExecute() 826 … valobj_sp = ValueObjectVariable::Create (m_exe_ctx.GetBestExecutionContextScope(), var_sp); in DoExecute() 1548 …xecutionContextScope *exe_scope = interpreter.GetExecutionContext().GetBestExecutionContextScope(); in LookupAddressInModule() 1616 … DumpAddress (interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupSymbolInModule() 1701 …DumpSymbolContextList (interpreter.GetExecutionContext().GetBestExecutionContextScope(), strm, sc_… in LookupFunctionInModule() 1837 …DumpSymbolContextList (interpreter.GetExecutionContext().GetBestExecutionContextScope(), strm, sc_… in LookupFileAndLineInModule()
|
D | CommandObjectSource.cpp | 692 m_exe_ctx.GetBestExecutionContextScope(), in DoExecute()
|
D | CommandObjectMemory.cpp | 818 ExecutionContextScope *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); in DoExecute()
|
D | CommandObjectWatchpoint.cpp | 1043 … m_exe_ctx.GetBestExecutionContextScope(), in DoExecute()
|
/external/lldb/source/Target/ |
D | ExecutionContext.cpp | 277 ExecutionContext::GetBestExecutionContextScope () const in GetBestExecutionContextScope() function in ExecutionContext
|
D | StackFrame.cpp | 1318 exe_ctx.GetBestExecutionContextScope(), in Dump()
|
/external/lldb/source/API/ |
D | SBValue.cpp | 770 …jectSP ptr_result_valobj_sp(ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in CreateValueFromAddress() 810 new_value_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in CreateValueFromData()
|