Home
last modified time | relevance | path

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

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