Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/type_get_module/
H A DTestTypeGetModule.py29 def find_comp_unit(self, exe_module, name): argument
/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp49 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp
H A DFormatEntity.cpp1269 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); Format() local
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp118 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug() local
360 DoLaunch(Module * exe_module,ProcessLaunchInfo & launch_info) DoLaunch() argument
/llvm-project/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
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp165 Status ScriptedProcess::DoLaunch(Module *exe_module, in DoLaunch() argument
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp137 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in FindKernelAtLoadAddress() local
/llvm-project/lldb/source/Target/
H A DTargetList.cpp386 Module *exe_module = item->GetExecutableModulePointer(); FindTargetWithExecutableAndArchitecture() local
H A DTarget.cpp169 Module *exe_module = GetExecutableModulePointer(); Dump() local
2763 Module *exe_module = GetExecutableModulePointer(); GetEntryPointAddress() local
H A DProcess.cpp2663 Module *exe_module = GetTarget().GetExecutableModulePointer(); LaunchPrivate() local
/llvm-project/lldb/source/API/
H A DSBTarget.cpp280 if (Module *exe_module = target_sp->GetExecutableModulePointer()) LaunchSimple() local
361 Module *exe_module = target_sp->GetExecutableModulePointer(); Launch() local
418 Module *exe_module = target_sp->GetExecutableModulePointer(); Launch() local
565 Module *exe_module = target_sp->GetExecutableModulePointer(); GetExecutable() local
[all...]
H A DSBProcess.cpp145 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); RemoteLaunch() local
996 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); GetDescription() local
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp47 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); LLDB_PLUGIN_DEFINE() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp186 DoLaunch(Module * exe_module,ProcessLaunchInfo & launch_info) DoLaunch() argument
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp216 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); SearchForKernelAtSameLoadAddr() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1088 Module *exe_module = target->GetExecutableModulePointer(); in DoExecute() local
H A DCommandObjectTarget.cpp80 Module *exe_module = target->GetExecutableModulePointer(); in DumpTargetInfo() local
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1095 DoLaunch(Module * exe_module,ProcessLaunchInfo & launch_info) DoLaunch() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1473 Module *exe_module = GetObjectFile()->GetModule().get(); LinkOSOAddress() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp228 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug() local
615 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch() argument