Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp47 resolved_info.SetExecutableFile(exe_spec, false); in LaunchProcess()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBLaunchInfo.i44 SetExecutableFile (lldb::SBFileSpec exe_file, bool add_as_first_arg);
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp93 process.SetExecutableFile(executableFile, true); in GetProcessExecutableAndTriple()
153 process.SetExecutableFile(FileSpec(exeFile), true); in FindProcessesImpl()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBLaunchInfo.h70 void SetExecutableFile(SBFileSpec exe_file, bool add_as_first_arg);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcessTrace.cpp114 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
H A DTarget.cpp2892 launch_info->SetExecutableFile(remote_file, false); in Install()
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestNoLocalFile.py86 launch_info.SetExecutableFile(lldb.SBFileSpec(self.absent_file), True)
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h44 void SetExecutableFile(const FileSpec &exe_file,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp233 m_options.launch_info.SetExecutableFile( in DoExecute()
236 …m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), false); in DoExecute()
239 m_options.launch_info.SetExecutableFile( in DoExecute()
242 … m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), true); in DoExecute()
H A DCommandObjectTarget.cpp376 launch_info.SetExecutableFile(FileSpec(remote_file), true); in DoExecute()
/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp62 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile() function in ProcessInfo
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp395 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp620 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp1021 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py456 launch_info.SetExecutableFile(dst_file_spec, True)
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3417 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
3422 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3278 debugserver_launch_info.SetExecutableFile(rosetta_debugserver, false); in LaunchAndConnectToDebugserver()