| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetList.cpp | 305 ModuleSP exe_module_sp; in CreateTargetInternal() local 310 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, in CreateTargetInternal() 316 if (error.Success() && exe_module_sp) { in CreateTargetInternal() 317 if (exe_module_sp->GetObjectFile() == nullptr) { in CreateTargetInternal() 330 target_sp->SetExecutableModule(exe_module_sp, load_dependent_files); in CreateTargetInternal() 332 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, in CreateTargetInternal() 335 exe_module_sp->PreloadSymbols(); in CreateTargetInternal()
|
| H A D | RemoteAwarePlatform.cpp | 33 const ModuleSpec &module_spec, lldb::ModuleSP &exe_module_sp, in ResolveExecutable() argument 50 return GetCachedExecutable(resolved_module_spec, exe_module_sp, in ResolveExecutable() 54 return Platform::ResolveExecutable(resolved_module_spec, exe_module_sp, in ResolveExecutable()
|
| H A D | Platform.cpp | 736 lldb::ModuleSP &exe_module_sp, in ResolveExecutable() argument 754 ModuleList::GetSharedModule(resolved_module_spec, exe_module_sp, in ResolveExecutable() 757 if (exe_module_sp && exe_module_sp->GetObjectFile()) in ResolveExecutable() 759 exe_module_sp.reset(); in ResolveExecutable() 771 ModuleList::GetSharedModule(resolved_module_spec, exe_module_sp, in ResolveExecutable() 774 if (exe_module_sp && exe_module_sp->GetObjectFile()) in ResolveExecutable() 782 if (exe_module_sp && error.Success()) in ResolveExecutable()
|
| H A D | Process.cpp | 3123 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() local 3127 exe_module_sp ? exe_module_sp->GetFileSpec() : FileSpec(), in CompleteAttach() 3138 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() local 3142 exe_module_sp ? exe_module_sp->GetFileSpec() : FileSpec(), in CompleteAttach() 3173 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() local 3178 exe_module_sp ? exe_module_sp->GetFileSpec().GetPath().c_str() in CompleteAttach()
|
| H A D | Target.cpp | 2590 ModuleSP exe_module_sp(target->GetExecutableModule()); in ImageSearchPathsChanged() local 2591 if (exe_module_sp) in ImageSearchPathsChanged() 2592 target->SetExecutableModule(exe_module_sp, eLoadDependentsYes); in ImageSearchPathsChanged()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 150 ModuleSP exe_module_sp = target->GetExecutableModule(); in DoExecute() local 157 if (exe_module_sp == nullptr && !target->GetProcessLaunchInfo().GetExecutableFile()) { in DoExecute() 223 if (exe_module_sp) in DoExecute() 225 exe_module_sp->GetPlatformFileSpec(), false); in DoExecute() 229 if (exe_module_sp) in DoExecute() 231 exe_module_sp->GetPlatformFileSpec(), true); in DoExecute() 259 if (!exe_module_sp) in DoExecute() 260 exe_module_sp = target->GetExecutableModule(); in DoExecute() 261 if (!exe_module_sp) { in DoExecute() 266 exe_module_sp->GetArchitecture().GetArchitectureName(); in DoExecute() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 178 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, in DebugMapModule() argument 183 m_exe_module_wp(exe_module_sp), m_cu_idx(cu_idx) {} in DebugMapModule() 194 ModuleSP exe_module_sp(m_exe_module_wp.lock()); in GetSymbolFile() local 195 if (exe_module_sp) { in GetSymbolFile() 211 ObjectFile *exe_objfile = exe_module_sp->GetObjectFile(); in GetSymbolFile() 212 SymbolFile *exe_symfile = exe_module_sp->GetSymbolFile(); in GetSymbolFile() 215 oso_symfile->SetDebugMapModule(exe_module_sp); in GetSymbolFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 258 lldb::ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in DoLoadCore() local 259 if (!exe_module_sp) { in DoLoadCore() 268 exe_module_sp = in DoLoadCore() 270 if (exe_module_sp) in DoLoadCore() 271 GetTarget().SetExecutableModule(exe_module_sp, eLoadDependentsNo); in DoLoadCore()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 25 lldb::ModuleSP &exe_module_sp,
|
| H A D | Platform.h | 130 lldb::ModuleSP &exe_module_sp,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 391 ModuleSP exe_module_sp = target->GetExecutableModule(); in Attach() local 394 exe_module_sp ? exe_module_sp->GetFileSpec().GetPath().c_str() in Attach()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3575 ModuleSP exe_module_sp = target->GetExecutableModule(); in GetTarget() local 3577 if (exe_module_sp == nullptr) { in GetTarget()
|