HomeSort by relevance Sort by last modified time
    Searched refs:target_sp (Results 26 - 50 of 71) sorted by null

12 3

  /external/lldb/source/Core/
ValueObjectMemory.cpp 67 TargetSP target_sp (GetTargetSP());
68 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get());
103 TargetSP target_sp (GetTargetSP());
108 lldb::addr_t load_address = m_address.GetLoadAddress (target_sp.get());
Debugger.cpp 177 TargetSP target_sp; local
181 target_sp = exe_ctx->GetTargetSP();
182 load_script_old_value = target_sp->TargetProperties::GetLoadScriptFromSymbolFile();
202 else if (is_load_script && target_sp && load_script_old_value == eLoadScriptFromSymFileWarn)
204 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == eLoadScriptFromSymFileTrue)
208 if (!target_sp->LoadScriptingResources(errors,&feedback_stream))
587 TargetSP target_sp; local
595 target_sp = (*pos)->GetTargetList().FindTargetWithProcessID (pid);
596 if (target_sp)
600 return target_sp;
606 TargetSP target_sp; local
    [all...]
DataExtractor.cpp 1384 TargetSP target_sp; local
1747 TargetSP target_sp; local
    [all...]
ValueObjectDynamicValue.cpp 222 lldb::TargetSP target_sp (GetTargetSP());
223 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get());
Address.cpp 34 TargetSP target_sp (exe_scope->CalculateTarget());
35 if (target_sp)
39 return target_sp->ReadMemory (address, prefer_file_cache, dst, dst_len, error);
52 TargetSP target_sp (exe_scope->CalculateTarget());
53 if (target_sp)
55 byte_order = target_sp->GetArchitecture().GetByteOrder();
56 addr_size = target_sp->GetArchitecture().GetAddressByteSize();
    [all...]
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 208 lldb::TargetSP target_sp; local
210 target_sp = exe_scope->CalculateTarget();
217 if (target_sp && target_sp->GetArchitecture().IsValid())
219 std::string triple = target_sp->GetArchitecture().GetTriple().str();
240 if (target_sp->GetArchitecture().GetMachine() == llvm::Triple::x86 ||
241 target_sp->GetArchitecture().GetMachine() == llvm::Triple::x86_64)
Materializer.cpp 807 lldb::TargetSP target_sp = exe_scope->CalculateTarget(); local
809 if (!target_sp)
815 ConstString name = target_sp->GetPersistentVariables().GetNextPersistentVariableName();
819 ret = target_sp->GetPersistentVariables().CreateVariable(exe_scope,
1013 lldb::TargetSP target_sp; local
    [all...]
  /external/lldb/source/DataFormatters/
LibCxx.cpp 205 TargetSP target_sp(valobj_sp->GetTargetSP());
207 if (!target_sp)
363 TargetSP target_sp(valobj_sp->GetTargetSP());
364 if (!target_sp)
367 m_byte_order = target_sp->GetArchitecture().GetByteOrder();
368 m_ptr_size = target_sp->GetArchitecture().GetAddressByteSize();
NSDictionary.cpp 31 GetLLDBNSPairType (TargetSP target_sp)
35 ClangASTContext *target_ast_context = target_sp->GetScratchClangASTContext();
380 TargetSP target_sp(m_backend.GetTargetSP());
381 if (!target_sp)
383 m_pair_type = GetLLDBNSPairType(target_sp);
544 TargetSP target_sp(m_backend.GetTargetSP());
545 if (!target_sp)
547 m_pair_type = GetLLDBNSPairType(target_sp);
LibStdcpp.cpp 231 TargetSP target_sp(valobj_sp->GetTargetSP());
233 if (!target_sp)
236 bool is_64bit = (target_sp->GetArchitecture().GetAddressByteSize() == 8);
  /external/lldb/source/Target/
ThreadPlanCallFunction.cpp 58 TargetSP target_sp (thread.CalculateTarget());
77 Module *exe_module = target_sp->GetExecutableModulePointer();
110 start_load_addr = m_start_addr.GetLoadAddress (target_sp.get());
123 function_load_addr = m_function_addr.GetLoadAddress (target_sp.get());
331 TargetSP target_sp (m_thread.CalculateTarget());
332 s->Printf("Thread plan to call 0x%" PRIx64, m_function_addr.GetLoadAddress(target_sp.get()));
LanguageRuntime.cpp 21 ExceptionSearchFilter (const lldb::TargetSP &target_sp,
23 SearchFilter (target_sp),
  /external/lldb/include/lldb/Expression/
ClangExpressionDeclMap.h 409 else if (m_sym_ctx.target_sp)
410 m_sym_ctx.target_sp.get();
IRMemoryMap.h 40 IRMemoryMap (lldb::TargetSP target_sp);
ClangUserExpression.h 395 lldb::TargetSP &target_sp,
IRExecutionUnit.h 72 const lldb::TargetSP &target_sp,
  /external/lldb/source/API/
SBBlock.cpp 328 TargetSP target_sp(target.GetSP());
363 if (target_sp)
364 value_list.Append (ValueObjectVariable::Create (target_sp.get(), variable_sp));
SBSection.cpp 147 TargetSP target_sp(sb_target.GetSP());
148 if (target_sp)
152 return section_sp->GetLoadBaseAddress(target_sp.get());
  /external/lldb/source/Commands/
CommandCompletions.cpp 113 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); local
114 SearchFilter null_searcher (target_sp);
362 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); local
363 SearchFilter null_searcher (target_sp);
393 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); local
394 SearchFilter null_searcher (target_sp);
CommandObjectProcess.cpp 1793 TargetSP target_sp = m_interpreter.GetDebugger().GetSelectedTarget(); local
    [all...]
CommandObjectTarget.cpp 129 TargetSP target_sp (target_list.GetTargetAtIndex (i));
130 if (target_sp)
132 bool is_selected = target_sp.get() == selected_target_sp.get();
134 target_sp.get(),
246 TargetSP target_sp; local
255 target_sp));
257 if (target_sp)
261 ModuleSP module_sp (target_sp->GetExecutableModule());
269 target_sp->SetArg0(remote_path.c_str());
275 debugger.GetTargetList().SetSelectedTarget(target_sp.get())
514 TargetSP target_sp; local
    [all...]
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.cpp 96 TargetSP target_sp = process->CalculateTarget();
97 if (!target_sp)
99 m_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
  /external/lldb/include/lldb/Core/
SourceManager.h 117 SourceManager (const lldb::TargetSP &target_sp);
SearchFilter.h 104 SearchFilter (const lldb::TargetSP &target_sp);
  /external/lldb/include/lldb/API/
SBTarget.h 251 SBTarget (const lldb::TargetSP& target_sp);
815 SetSP (const lldb::TargetSP& target_sp);

Completed in 510 milliseconds

12 3