Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp47 resolved_info.SetExecutableFile(exe_spec, false); in LaunchProcess()
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp93 process.SetExecutableFile(executableFile, true); in GetProcessExecutableAndTriple()
155 process.SetExecutableFile(FileSpec(exeFile), true); in FindProcessesImpl()
/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp123 void SBLaunchInfo::SetExecutableFile(SBFileSpec exe_file, in SetExecutableFile() function in SBLaunchInfo
127 m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg); in SetExecutableFile()
H A DSBTarget.cpp289 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple()
371 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
428 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
H A DSBProcess.cpp148 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h78 void SetExecutableFile(SBFileSpec exe_file, bool add_as_first_arg);
/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp117 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
H A DTarget.cpp109 m_launch_info.SetExecutableFile(m_remote_file, in Target()
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestNoLocalFile.py95 launch_info.SetExecutableFile(lldb.SBFileSpec(self.absent_file), True)
/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp222 m_options.launch_info.SetExecutableFile( in DoExecute()
225 m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), false); in DoExecute()
228 m_options.launch_info.SetExecutableFile( in DoExecute()
231 m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), true); in DoExecute()
H A DCommandObjectTarget.cpp378 launch_info.SetExecutableFile(FileSpec(remote_file), true); in DoExecute()
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h45 void SetExecutableFile(const FileSpec &exe_file,
/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp65 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile() function in ProcessInfo
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp416 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp595 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(),
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp1118 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(),
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py481 launch_info.SetExecutableFile(dst_file_spec, True)
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3418 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
3423 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3446 debugserver_launch_info.SetExecutableFile(rosetta_debugserver, false); in LaunchAndConnectToDebugserver()