Searched refs:m_target (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DASTResultSynthesizer.h178 Target &m_target; ///< The target, which contains the persistent variable store and the member in class:lldb_private::ASTResultSynthesizer
H A DClangASTSource.h51 m_target (target),
55 m_ast_importer = m_target->GetClangASTImporter();
415 const lldb::TargetSP m_target; ///< The target to use in finding variables and types. member in class:lldb_private::ClangASTSource
H A DClangUserExpression.h358 Target *m_target; ///< The target for storing persistent data like types and variables. member in class:lldb_private::ClangUserExpression
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h115 Target &GetTarget() { return m_target; }
210 Target &m_target; member in class:lldb_private::Watchpoint
H A DBreakpoint.h658 Target &m_target; // The target that holds this breakpoint. member in class:lldb_private::Breakpoint
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DASTResultSynthesizer.cpp38 m_target (target),
460 Decl *D_scratch = m_target.GetClangASTImporter()->DeportDecl(m_target.GetScratchClangASTContext()->getASTContext(),
465 m_target.GetPersistentVariables().RegisterPersistentType(name_cs, TypeDecl_scratch);
H A DClangASTSource.cpp34 ClangASTContext *scratch_clang_ast_context = m_target->GetScratchClangASTContext(false);
266 const ModuleList &module_list = m_target->GetImages();
336 lldb::ProcessSP process(m_target->GetProcessSP());
644 const ModuleList &target_images = m_target->GetImages();
687 m_target->GetImages().FindTypes(null_sc, name, exact_match, 1, types);
724 lldb::ProcessSP process(m_target->GetProcessSP());
1003 m_target->GetImages().FindFunctions(instance_method_name, lldb::eFunctionNameTypeFull, include_symbols, include_inlines, append, sc_list);
1013 m_target->GetImages().FindFunctions(class_method_name, lldb::eFunctionNameTypeFull, include_symbols, include_inlines, append, sc_list);
1023 m_target->GetImages().FindFunctions(selector_name, lldb::eFunctionNameTypeSelector, include_symbols, include_inlines, append, candidate_sc_list);
1157 lldb::ProcessSP process(m_target
[all...]
H A DClangUserExpression.cpp72 m_target (NULL),
100 *m_target));
113 m_target = exe_ctx.GetTargetPtr();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp32 m_target(target),
61 if (m_target.GetProcessSP())
64 m_target.GetProcessSP()->CalculateExecutionContext(exe_ctx);
H A DBreakpoint.cpp55 m_target (target),
83 return m_target;
89 return m_target;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp131 PlatformSP platform_sp (m_target.GetPlatform ());
144 m_target.GetArchitecture(),
152 if (module_arch.IsValid() && !m_target.GetArchitecture().IsExactMatch(module_arch))
153 m_target.SetArchitecture(module_arch);
156 m_target.SetExecutableModule (exe_module_sp, true);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1012 m_target (target),
2001 m_abi_sp = ABI::FindPlugin(m_target.GetArchitecture());
2168 m_target.GetDebugger().GetErrorFile()->Printf ("warning: failed to resolve indirect function at 0x%" PRIx64 " for breakpoint %i.%i: %s\n",
2169 symbol->GetAddress().GetLoadAddress(&m_target),
2176 load_addr = resolved_address.GetOpcodeLoadAddress (&m_target);
2180 load_addr = owner->GetAddress().GetOpcodeLoadAddress (&m_target);
2183 load_addr = owner->GetAddress().GetOpcodeLoadAddress (&m_target);
2216 m_target.GetDebugger().GetErrorFile()->Printf ("warning: failed to set breakpoint site at 0x%" PRIx64 " for breakpoint %i.%i: %s\n",
2278 PlatformSP platform_sp (m_target.GetPlatform());
2280 return platform_sp->GetSoftwareBreakpointTrapOpcode (m_target, bp_sit
[all...]
H A DTarget.cpp2684 m_target (NULL),
2694 m_target (target),
2724 return m_target->shared_from_this();
2734 if (m_target)
2740 PlatformSP platform_sp (m_target->GetPlatform());
2781 Target *m_target; member in class:TargetOptionValueProperties
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp652 if (!m_target.GetArchitecture().IsValid())
656 m_target.SetArchitecture(m_gdb_comm.GetProcessArchitecture());
660 m_target.SetArchitecture(m_gdb_comm.GetHostArchitecture());
755 PlatformSP platform_sp (m_target.GetPlatform());
798 m_gdb_comm.SendLaunchArchPacket (m_target.GetArchitecture().GetArchitectureName());
849 if (!m_target.GetArchitecture().IsValid())
853 m_target.SetArchitecture(m_gdb_comm.GetProcessArchitecture());
857 m_target.SetArchitecture(m_gdb_comm.GetHostArchitecture());
3023 PlatformSP platform_sp (m_target.GetPlatform());
3026 m_thread_create_bp_sp = platform_sp->SetThreadCreationBreakpoint(m_target);
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp212 m_target.SetArchitecture(arch);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2509 return m_target;
2522 return m_target;
3749 Target & m_target; ///< The target that owns this process. member in class:lldb_private::Process

Completed in 142 milliseconds