Searched refs:SetExecutableFile (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 72 void SBLaunchInfo::SetExecutableFile(SBFileSpec exe_file, in SetExecutableFile() function in SBLaunchInfo 74 m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg); in SetExecutableFile()
|
| H A D | SBTarget.cpp | 335 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch() 394 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
|
| H A D | SBProcess.cpp | 136 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | MonitoringProcessLauncher.cpp | 47 resolved_info.SetExecutableFile(exe_spec, false); in LaunchProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ProcessInfo.h | 42 void SetExecutableFile(const FileSpec &exe_file,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 69 void SetExecutableFile(SBFileSpec exe_file, bool add_as_first_arg);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ProcessInfo.cpp | 61 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile() function in ProcessInfo
|
| H A D | Target.cpp | 2700 launch_info->SetExecutableFile(remote_file, false); in Install()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 204 m_options.launch_info.SetExecutableFile( in DoExecute() 207 m_options.launch_info.SetExecutableFile( in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 402 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 768 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
|