Searched refs:target_sp (Results 51 - 75 of 110) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp30 : target_sp(), module_sp(), comp_unit(nullptr), function(nullptr),
35 : target_sp(), module_sp(m), comp_unit(cu), function(f), block(b),
44 : target_sp(t), module_sp(m), comp_unit(cu), function(f), block(b),
51 : target_sp(), module_sp(), comp_unit(nullptr), function(nullptr),
60 target_sp.reset();
284 if (target_sp)
367 lhs.target_sp.get() == rhs.target_sp.get() &&
764 if (!target_sp) {
768 Target &target = *target_sp;
921 SymbolContextSpecifier(const TargetSP &target_sp) argument
[all...]
H A DUnwindPlan.cpp496 TargetSP target_sp(thread->CalculateTarget());
497 addr_t lsda_load_addr = m_lsda_address.GetLoadAddress(target_sp.get());
499 m_personality_func_addr.GetLoadAddress(target_sp.get());
535 TargetSP target_sp(thread->CalculateTarget());
536 m_plan_valid_address_range.Dump(&s, target_sp.get(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp73 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); local
74 SearchFilterForUnconstrainedSearches null_searcher(target_sp);
264 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); local
265 SearchFilterForUnconstrainedSearches null_searcher(target_sp);
278 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); local
279 SearchFilterForUnconstrainedSearches null_searcher(target_sp);
H A DCommandObjectTarget.cpp123 TargetSP target_sp(target_list.GetTargetAtIndex(i));
124 if (target_sp) {
125 bool is_selected = target_sp.get() == selected_target_sp.get();
126 DumpTargetInfo(i, target_sp.get(), is_selected ? "* " : " ",
322 TargetSP target_sp; variable
326 m_add_dependents.m_load_dependent_files, nullptr, target_sp));
328 if (target_sp) {
333 PlatformSP platform_sp = target_sp->GetPlatform();
384 ModuleSP module_sp(target_sp->GetExecutableModule());
390 target_sp
610 TargetSP target_sp; variable
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp313 TargetSP target_sp(target.GetSP());
343 if (target_sp)
345 ValueObjectVariable::Create(target_sp.get(), variable_sp));
H A DSBSection.cpp138 TargetSP target_sp(sb_target.GetSP());
139 if (target_sp) {
142 return section_sp->GetLoadBaseAddress(target_sp.get());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp91 TargetSP target_sp(valobj_sp->GetTargetSP());
93 if (!target_sp)
96 bool is_64bit = (target_sp->GetArchitecture().GetAddressByteSize() == 8);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp245 lldb::TargetSP target_sp) {
293 lldb::TargetSP target_sp; local
294 target_sp = exe_scope->CalculateTarget();
295 if (!target_sp) {
296 lldb_assert(target_sp.get(),
327 target_arch = target_sp->GetArchitecture();
523 target_sp);
585 target_sp->GetClangModulesDeclVendor()) {
587 target_sp->GetPersistentExpressionStateForLanguage(
1195 } else if (lldb::TargetSP target_sp
243 SetupModuleHeaderPaths(CompilerInstance *compiler, std::vector<std::string> include_directories, lldb::TargetSP target_sp) argument
[all...]
H A DClangExpressionDeclMap.h318 else if (m_sym_ctx.target_sp)
319 return m_sym_ctx.target_sp.get();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp83 TargetSP target_sp = process->CalculateTarget();
84 if (!target_sp)
86 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h36 IRMemoryMap(lldb::TargetSP target_sp);
H A DUserExpression.h296 bool LockAndCheckContext(ExecutionContext &exe_ctx, lldb::TargetSP &target_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp300 TargetSP target_sp(valobj.GetTargetSP());
301 if (!target_sp)
303 uint32_t addr_size = target_sp->GetArchitecture().GetAddressByteSize();
309 ExecutionContext exe_ctx(target_sp, false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp131 TargetSP target_sp(exe_scope->CalculateTarget());
132 if (target_sp) {
133 const ArchSpec &arch = target_sp->GetArchitecture();
1942 TargetSP target_sp(GetTargetSP());
1943 if (target_sp && !target_sp->GetEnableSyntheticValue()) {
2970 TargetSP target_sp(exe_ctx.GetTargetSP());
2971 if (target_sp) {
2972 m_exe_ctx_ref.SetTargetSP(target_sp);
2975 process_sp = target_sp
[all...]
H A DAddress.cpp65 TargetSP target_sp(exe_scope->CalculateTarget());
66 if (target_sp) {
69 return target_sp->ReadMemory(address, prefer_file_cache, dst, dst_len,
84 TargetSP target_sp(exe_scope->CalculateTarget());
85 if (target_sp) {
86 byte_order = target_sp->GetArchitecture().GetByteOrder();
87 addr_size = target_sp->GetArchitecture().GetAddressByteSize();
H A DDisassembler.cpp92 DisassemblerSP Disassembler::FindPluginForTarget(const TargetSP target_sp, argument
96 if (target_sp && flavor == nullptr) {
102 flavor = target_sp->GetDisassemblyFlavor();
357 TargetSP target_sp = exe_ctx.GetTargetSP(); local
358 if (target_sp) {
360 OptionValueSP value_sp = target_sp->GetDebugger().GetPropertyValue(
404 TargetSP target_sp(exe_ctx.GetTargetSP());
406 target_sp ? target_sp->GetSourceManager() : debugger.GetSourceManager();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp351 TargetSP target_sp = next_frame.CalculateTarget(); local
352 if (!target_sp)
383 Target &target = *target_sp.get();
385 ExecutionContext exe_ctx(target_sp, /*get_process=*/true);
510 TargetSP target_sp = m_thread.CalculateTarget(); local
522 target_sp.get(), AddressClass::eCode);
524 load_addr - 1, target_sp.get(), AddressClass::eCode);
535 next_frame_sc.line_entry.ApplyFileMappings(target_sp);
H A DLanguageRuntime.cpp21 ExceptionSearchFilter::ExceptionSearchFilter(const lldb::TargetSP &target_sp, argument
24 : SearchFilter(target_sp, FilterTy::Exception), m_language(language),
H A DThreadPlanCallFunction.cpp219 TargetSP target_sp(m_thread.CalculateTarget());
221 m_function_addr.GetLoadAddress(target_sp.get()));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp101 if (!context.target_sp)
107 context.target_sp->GetSourceManager().FindLinesMatchingRegex(
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp224 if (auto target_sp = m_backend.GetTargetSP()) {
226 target_sp->GetScratchTypeSystemForLanguage(lldb::eLanguageTypeC);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h52 ProcessGDBRemote(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);
56 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
71 bool CanDebug(lldb::TargetSP target_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h30 ExceptionSearchFilter(const lldb::TargetSP &target_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h115 SourceManager(const lldb::TargetSP &target_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h69 lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,

Completed in 396 milliseconds

12345