Home
last modified time | relevance | path

Searched defs:exe_module (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp49 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp119 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug() local
360 Status ProcessKDP::DoLaunch(Module *exe_module, in DoLaunch()
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObjectRegister.cpp203 if (auto *exe_module = target->GetExecutableModulePointer()) { in GetCompilerTypeImpl() local
DFormatEntity.cpp1221 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in Format() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp41 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in CreateInstance() local
DDynamicLoaderMacOSXDYLD.cpp61 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTarget.cpp272 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple() local
353 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
410 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
556 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable() local
DSBProcess.cpp142 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch() local
923 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in GetDescription() local
/openbsd/src/gnu/llvm/lldb/source/Target/
DTargetList.cpp384 Module *exe_module = item->GetExecutableModulePointer(); in FindTargetWithExecutableAndArchitecture() local
DTarget.cpp166 Module *exe_module = GetExecutableModulePointer(); in Dump() local
2659 Module *exe_module = GetExecutableModulePointer(); in GetEntryPointAddress() local
DProcess.cpp2487 Module *exe_module = GetTarget().GetExecutableModulePointer(); in LaunchPrivate() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp47 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp186 Status ProcessWindows::DoLaunch(Module *exe_module, in DoLaunch()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp214 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in SearchForKernelAtSameLoadAddr() local
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h1037 virtual Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) { in DoLaunch()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectPlatform.cpp1173 Module *exe_module = target->GetExecutableModulePointer(); in DoExecute() local
DCommandObjectTarget.cpp76 Module *exe_module = target->GetExecutableModulePointer(); in DumpTargetInfo() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp1425 Module *exe_module = GetObjectFile()->GetModule().get(); in LinkOSOAddress() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp221 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug() local
609 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch()