Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDMonitoringProcessLauncher.cpp47 resolved_info.SetExecutableFile(exe_spec, false); in LaunchProcess()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBLaunchInfo.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()
HDSBTarget.cpp281 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple()
363 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
420 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
HDSBProcess.cpp148 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBLaunchInfo.h78 void SetExecutableFile(SBFileSpec exe_file, bool add_as_first_arg);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDProcessTrace.cpp117 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
HDTarget.cpp3090 launch_info->SetExecutableFile(remote_file, false); in Install()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectProcess.cpp214 m_options.launch_info.SetExecutableFile( in DoExecute()
217 …m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), false); in DoExecute()
220 m_options.launch_info.SetExecutableFile( in DoExecute()
223 … m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), true); in DoExecute()
HDCommandObjectTarget.cpp378 launch_info.SetExecutableFile(FileSpec(remote_file), true); in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDProcessInfo.h45 void SetExecutableFile(const FileSpec &exe_file,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDProcessInfo.cpp65 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile() function in ProcessInfo
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp415 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDProcessMinidump.cpp545 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp1093 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp3418 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
3423 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp3389 debugserver_launch_info.SetExecutableFile(rosetta_debugserver, false); in LaunchAndConnectToDebugserver()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp35102 (arg1)->SetExecutableFile(arg2,arg3); in _wrap_SBLaunchInfo_SetExecutableFile()