Home
last modified time | relevance | path

Searched refs:exe_scope (Results 1 – 25 of 42) sorted by relevance

12

/external/lldb/source/Core/
DValueObjectConstResult.cpp33 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() argument
38 return (new ValueObjectConstResult (exe_scope, in Create()
44 ValueObjectConstResult::ValueObjectConstResult (ExecutionContextScope *exe_scope, in ValueObjectConstResult() argument
48 ValueObject (exe_scope), in ValueObjectConstResult()
63 ExecutionContextScope *exe_scope, in Create() argument
70 return (new ValueObjectConstResult (exe_scope, in Create()
77 ValueObjectConstResult::ValueObjectConstResult (ExecutionContextScope *exe_scope, in ValueObjectConstResult() argument
82 ValueObject (exe_scope), in ValueObjectConstResult()
105 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() argument
113 return (new ValueObjectConstResult (exe_scope, in Create()
[all …]
DAddress.cpp29 ReadBytes (ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len) in ReadBytes() argument
31 if (exe_scope == NULL) in ReadBytes()
34 TargetSP target_sp (exe_scope->CalculateTarget()); in ReadBytes()
45 GetByteOrderAndAddressSize (ExecutionContextScope *exe_scope, const Address &address, ByteOrder& by… in GetByteOrderAndAddressSize() argument
49 if (exe_scope == NULL) in GetByteOrderAndAddressSize()
52 TargetSP target_sp (exe_scope->CalculateTarget()); in GetByteOrderAndAddressSize()
72 ReadUIntMax64 (ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, bool &… in ReadUIntMax64() argument
75 if (exe_scope == NULL || byte_size > sizeof(uint64_t)) in ReadUIntMax64()
82 success = ReadBytes (exe_scope, address, &buf, byte_size) == byte_size; in ReadUIntMax64()
87 if (GetByteOrderAndAddressSize (exe_scope, address, byte_order, addr_size)) in ReadUIntMax64()
[all …]
DValueObjectMemory.cpp37 ValueObjectMemory::Create (ExecutionContextScope *exe_scope, in Create() argument
42 return (new ValueObjectMemory (exe_scope, name, address, type_sp))->GetSP(); in Create()
46 ValueObjectMemory::Create (ExecutionContextScope *exe_scope, in Create() argument
51 return (new ValueObjectMemory (exe_scope, name, address, ast_type))->GetSP(); in Create()
54 ValueObjectMemory::ValueObjectMemory (ExecutionContextScope *exe_scope, in ValueObjectMemory() argument
58 ValueObject(exe_scope), in ValueObjectMemory()
90 ValueObjectMemory::ValueObjectMemory (ExecutionContextScope *exe_scope, in ValueObjectMemory() argument
94 ValueObject(exe_scope), in ValueObjectMemory()
DValueObjectRegister.cpp117 ValueObjectRegisterSet::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_… in Create() argument
119 return (new ValueObjectRegisterSet (exe_scope, reg_ctx_sp, set_idx))->GetSP(); in Create()
123 ValueObjectRegisterSet::ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterCon… in ValueObjectRegisterSet() argument
124 ValueObject (exe_scope), in ValueObjectRegisterSet()
283 ValueObjectRegister::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp,… in Create() argument
285 return (new ValueObjectRegister (exe_scope, reg_ctx_sp, reg_num))->GetSP(); in Create()
288 ValueObjectRegister::ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP… in ValueObjectRegister() argument
289 ValueObject (exe_scope), in ValueObjectRegister()
DValueObjectVariable.cpp39 ValueObjectVariable::Create (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp) in Create() argument
41 return (new ValueObjectVariable (exe_scope, var_sp))->GetSP(); in Create()
44 ValueObjectVariable::ValueObjectVariable (ExecutionContextScope *exe_scope, const lldb::VariableSP … in ValueObjectVariable() argument
45 ValueObject(exe_scope), in ValueObjectVariable()
DDataExtractor.cpp1369 ExecutionContextScope *exe_scope) const in Dump()
1385 if (exe_scope) in Dump()
1386 target_sp = exe_scope->CalculateTarget(); in Dump()
1413 exe_scope->CalculateExecutionContext(exe_ctx); in Dump()
1749 if (exe_scope) in Dump()
1750 target_sp = exe_scope->CalculateTarget(); in Dump()
1873 if (exe_scope) in Dump()
1875 TargetSP target_sp (exe_scope->CalculateTarget()); in Dump()
1883 exe_scope, in Dump()
1890 … so_addr.Dump (s, exe_scope, Address::DumpStyleResolvedPointerDescription); in Dump()
/external/lldb/include/lldb/Core/
DValueObjectConstResult.h30 Create (ExecutionContextScope *exe_scope,
36 Create (ExecutionContextScope *exe_scope,
43 Create (ExecutionContextScope *exe_scope,
52 Create (ExecutionContextScope *exe_scope,
60 Create (ExecutionContextScope *exe_scope,
66 Create (ExecutionContextScope *exe_scope,
141 ValueObjectConstResult (ExecutionContextScope *exe_scope,
146 ValueObjectConstResult (ExecutionContextScope *exe_scope,
152 ValueObjectConstResult (ExecutionContextScope *exe_scope,
160 ValueObjectConstResult (ExecutionContextScope *exe_scope,
[all …]
DValueObjectMemory.h30 Create (ExecutionContextScope *exe_scope,
36 Create (ExecutionContextScope *exe_scope,
74 ValueObjectMemory (ExecutionContextScope *exe_scope,
79 ValueObjectMemory (ExecutionContextScope *exe_scope,
DValueObjectRegister.h76 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx);
122 …ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uin…
134 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num);
185 …ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32…
DValueObjectVariable.h29 Create (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp);
81 ValueObjectVariable (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp);
/external/lldb/include/lldb/Target/
DExecutionContext.h140 ExecutionContextRef (ExecutionContextScope *exe_scope);
154 ExecutionContextRef (ExecutionContextScope &exe_scope);
414 ExecutionContext (ExecutionContextScope *exe_scope);
415 ExecutionContext (ExecutionContextScope &exe_scope);
DLanguageRuntime.h45 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope) = 0;
DCPPLanguageRuntime.h131 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope);
/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h66 …ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t add…
394 …CreateVariable (ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_s… in CreateVariable() argument
396 …lldb::ClangExpressionVariableSP var_sp(new ClangExpressionVariable(exe_scope, byte_order, addr_byt… in CreateVariable()
410 CreateVariable (ExecutionContextScope *exe_scope, in CreateVariable() argument
416 …lldb::ClangExpressionVariableSP var_sp(new ClangExpressionVariable(exe_scope, byte_order, addr_byt… in CreateVariable()
DClangFunction.h88 ClangFunction (ExecutionContextScope &exe_scope,
114 ClangFunction (ExecutionContextScope &exe_scope,
DClangPersistentVariables.h40 CreatePersistentVariable (ExecutionContextScope *exe_scope,
DClangExpressionParser.h53 ClangExpressionParser (ExecutionContextScope *exe_scope,
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp605 ExecutionContextScope *exe_scope = NULL; in GetDescription() local
608 exe_scope = target->GetProcessSP().get(); in GetDescription()
609 if (exe_scope == NULL) in GetDescription()
610 exe_scope = target; in GetDescription()
613 m_address.Dump(s, exe_scope, Address::DumpStyleLoadAddress, Address::DumpStyleFileAddress); in GetDescription()
615 …m_address.Dump(s, exe_scope, Address::DumpStyleLoadAddress, Address::DumpStyleModuleWithFileAddres… in GetDescription()
/external/lldb/source/Expression/
DClangPersistentVariables.cpp35 ClangPersistentVariables::CreatePersistentVariable (ExecutionContextScope *exe_scope, in CreatePersistentVariable() argument
44 var_sp = CreateVariable(exe_scope, name, user_type, byte_order, addr_byte_size); in CreatePersistentVariable()
DClangExpressionVariable.cpp28 ClangExpressionVariable::ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder … in ClangExpressionVariable() argument
32 m_frozen_sp (ValueObjectConstResult::Create (exe_scope, byte_order, addr_byte_size)) in ClangExpressionVariable()
DMaterializer.cpp787 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Dematerialize() local
789 if (!exe_scope) in Dematerialize()
807 lldb::TargetSP target_sp = exe_scope->CalculateTarget(); in Dematerialize()
819 ret = target_sp->GetPersistentVariables().CreateVariable(exe_scope, in Dematerialize()
837 ret->m_live_sp = ValueObjectConstResult::Create(exe_scope, in Dematerialize()
1011 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Materialize() local
1015 if (exe_scope) in Materialize()
1309 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1311 if (!exe_scope) in Materialize()
1312 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
[all …]
DClangExpressionParser.cpp185 ClangExpressionParser::ClangExpressionParser (ExecutionContextScope *exe_scope, in ClangExpressionParser() argument
209 if (exe_scope) in ClangExpressionParser()
210 target_sp = exe_scope->CalculateTarget(); in ClangExpressionParser()
297 if (exe_scope) in ClangExpressionParser()
298 process_sp = exe_scope->CalculateProcess(); in ClangExpressionParser()
DClangFunction.cpp53 ExecutionContextScope &exe_scope, in ClangFunction() argument
68 m_jit_process_wp = lldb::ProcessWP(exe_scope.CalculateProcess()); in ClangFunction()
75 ExecutionContextScope &exe_scope, in ClangFunction() argument
91 m_jit_process_wp = lldb::ProcessWP(exe_scope.CalculateProcess()); in ClangFunction()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.h35 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope);
DAppleObjCRuntime.cpp64 …pleObjCRuntime::GetObjectDescription (Stream &strm, Value &value, ExecutionContextScope *exe_scope) in GetObjectDescription() argument
70 exe_scope->CalculateExecutionContext(exe_ctx); in GetObjectDescription()

12