Home
last modified time | relevance | path

Searched refs:SetExecutableFile (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp47 resolved_info.SetExecutableFile(exe_spec, false); in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBLaunchInfo.i44 SetExecutableFile (lldb::SBFileSpec exe_file, bool add_as_first_arg);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp121 void SBLaunchInfo::SetExecutableFile(SBFileSpec exe_file, in SetExecutableFile() function in SBLaunchInfo
125 m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg); in SetExecutableFile()
H A DSBTarget.cpp273 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple()
355 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
412 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
H A DSBProcess.cpp144 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp93 process.SetExecutableFile(executableFile, true); in GetProcessExecutableAndTriple()
153 process.SetExecutableFile(FileSpec(exeFile), true); in FindProcessesImpl()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBLaunchInfo.h70 void SetExecutableFile(SBFileSpec exe_file, bool add_as_first_arg);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcessTrace.cpp114 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
H A DTarget.cpp2988 launch_info->SetExecutableFile(remote_file, false); in Install()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h43 void SetExecutableFile(const FileSpec &exe_file,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp234 m_options.launch_info.SetExecutableFile( in DoExecute()
237 …m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), false); in DoExecute()
240 m_options.launch_info.SetExecutableFile( in DoExecute()
243 … m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), true); in DoExecute()
H A DCommandObjectTarget.cpp376 launch_info.SetExecutableFile(FileSpec(remote_file), true); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp61 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile() function in ProcessInfo
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp395 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp622 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp1021 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py470 launch_info.SetExecutableFile(dst_file_spec, True)
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3419 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
3424 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3233 debugserver_launch_info.SetExecutableFile(rosetta_debugserver, false); in LaunchAndConnectToDebugserver()