/external/lldb/source/Core/ |
D | ValueObjectConstResult.cpp | 33 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 …]
|
D | Address.cpp | 29 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 …]
|
D | ValueObjectMemory.cpp | 37 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()
|
D | ValueObjectRegister.cpp | 117 ValueObjectRegisterSet::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_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 ®_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()
|
D | ValueObjectVariable.cpp | 39 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()
|
D | DataExtractor.cpp | 1369 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/ |
D | ValueObjectConstResult.h | 30 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 …]
|
D | ValueObjectMemory.h | 30 Create (ExecutionContextScope *exe_scope, 36 Create (ExecutionContextScope *exe_scope, 74 ValueObjectMemory (ExecutionContextScope *exe_scope, 79 ValueObjectMemory (ExecutionContextScope *exe_scope,
|
D | ValueObjectRegister.h | 76 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_ctx_sp, uint32_t set_idx); 122 …ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_ctx_sp, uin… 134 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_ctx_sp, uint32_t reg_num); 185 …ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_ctx_sp, uint32…
|
D | ValueObjectVariable.h | 29 Create (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp); 81 ValueObjectVariable (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp);
|
/external/lldb/include/lldb/Target/ |
D | ExecutionContext.h | 140 ExecutionContextRef (ExecutionContextScope *exe_scope); 154 ExecutionContextRef (ExecutionContextScope &exe_scope); 414 ExecutionContext (ExecutionContextScope *exe_scope); 415 ExecutionContext (ExecutionContextScope &exe_scope);
|
D | LanguageRuntime.h | 45 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope) = 0;
|
D | CPPLanguageRuntime.h | 131 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope);
|
/external/lldb/include/lldb/Expression/ |
D | ClangExpressionVariable.h | 66 …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()
|
D | ClangFunction.h | 88 ClangFunction (ExecutionContextScope &exe_scope, 114 ClangFunction (ExecutionContextScope &exe_scope,
|
D | ClangPersistentVariables.h | 40 CreatePersistentVariable (ExecutionContextScope *exe_scope,
|
D | ClangExpressionParser.h | 53 ClangExpressionParser (ExecutionContextScope *exe_scope,
|
/external/lldb/source/Breakpoint/ |
D | BreakpointLocation.cpp | 605 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/ |
D | ClangPersistentVariables.cpp | 35 ClangPersistentVariables::CreatePersistentVariable (ExecutionContextScope *exe_scope, in CreatePersistentVariable() argument 44 var_sp = CreateVariable(exe_scope, name, user_type, byte_order, addr_byte_size); in CreatePersistentVariable()
|
D | ClangExpressionVariable.cpp | 28 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()
|
D | Materializer.cpp | 787 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 …]
|
D | ClangExpressionParser.cpp | 185 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()
|
D | ClangFunction.cpp | 53 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/ |
D | AppleObjCRuntime.h | 35 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope);
|
D | AppleObjCRuntime.cpp | 64 …pleObjCRuntime::GetObjectDescription (Stream &strm, Value &value, ExecutionContextScope *exe_scope) in GetObjectDescription() argument 70 exe_scope->CalculateExecutionContext(exe_ctx); in GetObjectDescription()
|