Home
last modified time | relevance | path

Searched defs:exe_module_sp (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp33 const ModuleSpec &module_spec, lldb::ModuleSP &exe_module_sp, in ResolveExecutable() argument
H A DTargetList.cpp304 ModuleSP exe_module_sp; in CreateTargetInternal() local
H A DPlatform.cpp767 ResolveExecutable(const ModuleSpec & module_spec,lldb::ModuleSP & exe_module_sp,const FileSpecList * module_search_paths_ptr) ResolveExecutable() argument
802 ResolveRemoteExecutable(const ModuleSpec & module_spec,lldb::ModuleSP & exe_module_sp,const FileSpecList * module_search_paths_ptr) ResolveRemoteExecutable() argument
H A DProcess.cpp3002 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); CompleteAttach() local
3017 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); CompleteAttach() local
3049 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); CompleteAttach() local
H A DTarget.cpp2413 ModuleSP exe_module_sp(target->GetExecutableModule()); ImageSearchPathsChanged() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp385 ModuleSP exe_module_sp = target->GetExecutableModule(); in Attach() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp255 lldb::ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); DoLoadCore() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp175 DebugMapModule(const ModuleSP & exe_module_sp,uint32_t cu_idx,const FileSpec & file_spec,const ArchSpec & arch,ConstString object_name,off_t object_offset,const llvm::sys::TimePoint<> object_mod_time) DebugMapModule() argument
191 ModuleSP exe_module_sp(m_exe_module_wp.lock()); GetSymbolFile() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp167 ModuleSP exe_module_sp = target->GetExecutableModule(); DoExecute() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3574 ModuleSP exe_module_sp = target->GetExecutableModule(); in GetTarget() local