Home
last modified time | relevance | path

Searched refs:exe_module (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp49 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
50 if (exe_module) { in LLDB_PLUGIN_DEFINE()
51 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp384 Module *exe_module = item->GetExecutableModulePointer(); in FindTargetWithExecutableAndArchitecture() local
385 if (!exe_module || in FindTargetWithExecutableAndArchitecture()
386 !FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) in FindTargetWithExecutableAndArchitecture()
390 exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture()); in FindTargetWithExecutableAndArchitecture()
H A DTarget.cpp166 Module *exe_module = GetExecutableModulePointer(); in Dump() local
167 if (exe_module) in Dump()
168 s->PutCString(exe_module->GetFileSpec().GetFilename().GetCString()); in Dump()
2659 Module *exe_module = GetExecutableModulePointer(); in GetEntryPointAddress() local
2662 const bool has_primary_executable = exe_module && exe_module->GetObjectFile(); in GetEntryPointAddress()
2664 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()
2690 exe_module->GetFileSpec().GetFilename().GetStringRef() + "\"", in GetEntryPointAddress()
H A DProcess.cpp2487 Module *exe_module = GetTarget().GetExecutableModulePointer(); in LaunchPrivate() local
2497 if (!exe_module) { in LaunchPrivate()
2504 exe_spec_to_use = exe_module->GetFileSpec(); in LaunchPrivate()
2506 if (exe_module && FileSystem::Instance().Exists(exe_module->GetFileSpec())) { in LaunchPrivate()
2523 error = WillLaunch(exe_module); in LaunchPrivate()
2535 error = DoLaunch(exe_module, launch_info); in LaunchPrivate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp119 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug() local
120 if (exe_module) { in CanDebug()
130 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in CanDebug()
360 Status ProcessKDP::DoLaunch(Module *exe_module, in DoLaunch() argument
H A DProcessKDP.h62 DoLaunch(lldb_private::Module *exe_module,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectRegister.cpp203 if (auto *exe_module = target->GetExecutableModulePointer()) { in GetCompilerTypeImpl() local
205 exe_module->GetTypeSystemForLanguage(eLanguageTypeC); in GetCompilerTypeImpl()
H A DFormatEntity.cpp1221 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in Format() local
1222 if (exe_module) { in Format()
1223 if (DumpFile(s, exe_module->GetFileSpec(), (FileKind)entry.number)) in Format()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp41 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in CreateInstance() local
42 if (exe_module) { in CreateInstance()
43 ObjectFile *object_file = exe_module->GetObjectFile(); in CreateInstance()
H A DDynamicLoaderMacOSXDYLD.cpp61 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
62 if (exe_module) { in LLDB_PLUGIN_DEFINE()
63 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp142 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch() local
143 if (exe_module) in RemoteLaunch()
144 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
923 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in GetDescription() local
925 if (exe_module) in GetDescription()
926 exe_name = exe_module->GetFileSpec().GetFilename().AsCString(); in GetDescription()
H A DSBTarget.cpp272 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple() local
273 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple()
353 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
354 if (exe_module) in Launch()
355 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
410 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
411 if (exe_module) in Launch()
412 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
556 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable() local
557 if (exe_module) in GetExecutable()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h48 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
H A DScriptedProcess.cpp148 Status ScriptedProcess::DoLaunch(Module *exe_module, in DoLaunch() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h51 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
H A DProcessWindows.cpp186 Status ProcessWindows::DoLaunch(Module *exe_module, in DoLaunch() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp47 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
48 if (exe_module) { in LLDB_PLUGIN_DEFINE()
49 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1173 Module *exe_module = target->GetExecutableModulePointer(); in DoExecute() local
1174 if (exe_module) { in DoExecute()
1175 m_options.launch_info.GetExecutableFile() = exe_module->GetFileSpec(); in DoExecute()
1180 m_options.launch_info.GetArchitecture() = exe_module->GetArchitecture(); in DoExecute()
H A DCommandObjectTarget.cpp76 Module *exe_module = target->GetExecutableModulePointer(); in DumpTargetInfo() local
79 if (exe_module) in DumpTargetInfo()
80 exe_valid = exe_module->GetFileSpec().GetPath(exe_path, sizeof(exe_path)); in DumpTargetInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp214 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in SearchForKernelAtSameLoadAddr() local
219 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in SearchForKernelAtSameLoadAddr()
226 exe_module->GetUUID()) in SearchForKernelAtSameLoadAddr()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1425 Module *exe_module = GetObjectFile()->GetModule().get(); in LinkOSOAddress() local
1427 if (addr_module == exe_module) in LinkOSOAddress()
1444 return exe_module->ResolveFileAddress(exe_file_addr, addr); in LinkOSOAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h83 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
H A DProcessGDBRemote.cpp221 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug() local
222 if (exe_module) { in CanDebug()
223 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in CanDebug()
239 return FileSystem::Instance().Exists(exe_module->GetFileSpec()); in CanDebug()
609 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch() argument
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1037 virtual Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) { in DoLaunch() argument
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py1017 exe_module = target.GetModuleAtIndex(0)