Home
last modified time | relevance | path

Searched refs:GetBestExecutionContextScope (Results 1 – 21 of 21) sorted by relevance

/external/lldb/source/Expression/
DMaterializer.cpp102 …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 …]
DClangUtilityFunction.cpp112 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this); in Install()
DClangExpressionDeclMap.cpp207 …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()
DIRMemoryMap.cpp188 IRMemoryMap::GetBestExecutionContextScope() in GetBestExecutionContextScope() function in IRMemoryMap
/external/lldb/source/Core/
DValueObjectConstResultImpl.cpp57 … m_load_addr_backend = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in DerefOnTarget()
183 … m_address_of_backend = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in AddressOf()
DValueObject.cpp808 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()
DValueObjectRegister.cpp106 …new_valobj = new ValueObjectRegisterSet(exe_ctx.GetBestExecutionContextScope(), m_reg_ctx_sp, idx); in CreateChildAtIndex()
DDisassembler.cpp412 ExecutionContextScope *exe_scope = exe_ctx.GetBestExecutionContextScope(); in PrintInstructions()
592 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL, in Dump()
DDebugger.cpp2213 … ExecutionContextScope *exe_scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL; in FormatPromptRecurse()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp60 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()
130 ClangFunction func (*exe_ctx.GetBestExecutionContextScope(), in GetObjectDescription()
/external/lldb/include/lldb/Expression/
DIRMemoryMap.h69 ExecutionContextScope *GetBestExecutionContextScope();
/external/lldb/include/lldb/Target/
DExecutionContext.h460 GetBestExecutionContextScope () const;
/external/lldb/source/Breakpoint/
DWatchpoint.cpp155 …m_new_value_sp = ValueObjectMemory::Create (exe_ctx.GetBestExecutionContextScope(), watch_name.AsC… in CaptureWatchedValue()
/external/lldb/source/Commands/
DCommandObjectRegister.cpp116 …so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), Address::DumpStyleResolvedDescript… in DumpRegister()
DCommandObjectTarget.cpp758 …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()
DCommandObjectSource.cpp692 m_exe_ctx.GetBestExecutionContextScope(), in DoExecute()
DCommandObjectMemory.cpp818 ExecutionContextScope *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); in DoExecute()
DCommandObjectWatchpoint.cpp1043 … m_exe_ctx.GetBestExecutionContextScope(), in DoExecute()
/external/lldb/source/Target/
DExecutionContext.cpp277 ExecutionContext::GetBestExecutionContextScope () const in GetBestExecutionContextScope() function in ExecutionContext
DStackFrame.cpp1318 exe_ctx.GetBestExecutionContextScope(), in Dump()
/external/lldb/source/API/
DSBValue.cpp770 …jectSP ptr_result_valobj_sp(ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in CreateValueFromAddress()
810 new_value_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in CreateValueFromData()