Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBLaunchInfo.cpp92 SBLaunchInfo::SetExecutableFile (SBFileSpec exe_file, bool add_as_first_arg) in SetExecutableFile() function in SBLaunchInfo
94 m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg); in SetExecutableFile()
HDSBTarget.cpp354 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
420 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
HDSBProcess.cpp177 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBLaunchInfo.h75 SetExecutableFile (SBFileSpec exe_file, bool add_as_first_arg);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessInfo.h53 SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcessInfo.cpp65 ProcessInfo::SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg) in SetExecutableFile() function in ProcessInfo
HDTarget.cpp2399 launch_info->SetExecutableFile(remote_file, false); in Install()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDMonitoringProcessLauncher.cpp67 resolved_info.SetExecutableFile(exe_spec, false); in LaunchProcess()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectProcess.cpp242 m_options.launch_info.SetExecutableFile(exe_module_sp->GetPlatformFileSpec(), false); in DoExecute()
246 m_options.launch_info.SetExecutableFile(exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()