Searched refs:SetExecutableFile (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBLaunchInfo.cpp | 92 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()
|
| HD | SBTarget.cpp | 354 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch() 420 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
|
| HD | SBProcess.cpp | 177 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBLaunchInfo.h | 75 SetExecutableFile (SBFileSpec exe_file, bool add_as_first_arg);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ProcessInfo.h | 53 SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | ProcessInfo.cpp | 65 ProcessInfo::SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg) in SetExecutableFile() function in ProcessInfo
|
| HD | Target.cpp | 2399 launch_info->SetExecutableFile(remote_file, false); in Install()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | MonitoringProcessLauncher.cpp | 67 resolved_info.SetExecutableFile(exe_spec, false); in LaunchProcess()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectProcess.cpp | 242 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()
|