Home
last modified time | relevance | path

Searched refs:GetExecutableFile (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp37 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
46 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
110 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SetExecutable()
112 m_opaque_sp->GetExecutableFile().Clear(); in SetExecutable()
119 m_opaque_sp->GetExecutableFile() = exe_file.ref(); in SetExecutable()
121 m_opaque_sp->GetExecutableFile().Clear(); in SetExecutable()
H A DSBProcessInfo.cpp66 SBFileSpec SBProcessInfo::GetExecutableFile() { in GetExecutableFile() function in SBProcessInfo
71 file_spec.SetFileSpec(m_opaque_up->GetExecutableFile()); in GetExecutableFile()
H A DSBLaunchInfo.cpp117 SBFileSpec SBLaunchInfo::GetExecutableFile() { in GetExecutableFile() function in SBLaunchInfo
120 return SBFileSpec(m_opaque_sp->GetExecutableFile()); in GetExecutableFile()
H A DSBTarget.cpp410 if (!launch_info.GetExecutableFile()) { in Launch()
506 attach_info.GetExecutableFile().SetFile(name, FileSpec::Style::native); in AttachToProcessWithName()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp74 process_info.GetExecutableFile().SetFile(cstr, in GetNetBSDProcessArgs()
78 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetNetBSDProcessArgs()
109 process_info.GetExecutableFile(), 0x20, 0); in GetNetBSDProcessCPUType()
128 process_info.GetExecutableFile()); in GetNetBSDProcessCPUType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h42 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() function
47 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() function
221 m_match_info.GetExecutableFile().SetFile(process_name, in ProcessInstanceInfoMatch()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp76 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs()
78 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetFreeBSDProcessArgs()
81 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetFreeBSDProcessArgs()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp74 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs()
78 process_info.GetExecutableFile().GetFilename().GetCString(), in GetOpenBSDProcessArgs()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h31 SBFileSpec GetExecutableFile();
H A DSBLaunchInfo.h55 SBFileSpec GetExecutableFile();
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessAttach.cpp56 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
H A DCommandObjectPlatform.cpp1163 m_options.launch_info.GetExecutableFile() = exe_module->GetFileSpec(); in DoExecute()
1165 m_options.launch_info.GetExecutableFile().GetPath(exe_path); in DoExecute()
1180 if (m_options.launch_info.GetExecutableFile()) { in DoExecute()
1192 if (m_options.launch_info.GetExecutableFile()) { in DoExecute()
1462 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1468 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1474 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1480 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1486 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
H A DCommandObjectProcess.cpp174 if (exe_module_sp == nullptr && !target->GetProcessLaunchInfo().GetExecutableFile()) { in DoExecute()
237 …m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), false); in DoExecute()
243 … m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), true); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp33 FileSpec exe_spec(resolved_info.GetExecutableFile()); in LaunchProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp193 args.AppendArgument(launch_info.GetExecutableFile().GetPath()); in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp822 process_info.GetExecutableFile().GetPath().c_str()); in ResolveExecutableModule()
824 ModuleSpec module_spec(process_info.GetExecutableFile(), in ResolveExecutableModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp347 match_info.GetProcessInfo().GetExecutableFile().SetFile( in Handle_qfProcessInfo()
1065 m_process_launch_info.GetExecutableFile().SetFile( in Handle_A()
1216 response.PutStringAsRawHex8(proc_info.GetExecutableFile().GetPath().c_str()); in CreateProcessInfoResponse()
H A DGDBRemoteCommunication.cpp895 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess()
H A DGDBRemoteCommunicationServerLLGS.cpp400 match_info.GetProcessInfo().GetExecutableFile().SetFile( in AttachWaitProcess()
3539 m_process_launch_info.GetExecutableFile().SetFile( in Handle_vRun()
H A DGDBRemoteCommunicationClient.cpp2026 process_info.GetExecutableFile().SetFile(name, FileSpec::Style::native); in DecodeProcessInfoResponse()
H A DProcessGDBRemote.cpp761 if (FileSpec exe_file = launch_info.GetExecutableFile()) in DoLaunch()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp379 if (FileSpec exe_file = launch_info.GetExecutableFile()) in LaunchProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2523 if (!launch_info.GetExecutableFile() && !launch_info.IsScriptedProcess()) { in LaunchPrivate()
2527 exe_spec_to_use = launch_info.GetExecutableFile(); in LaunchPrivate()
2822 if (attach_info.GetExecutableFile().GetPath(process_name, in Attach()
2869 match_info.GetProcessInfo().GetExecutableFile().GetPath( in Attach()
H A DTarget.cpp3216 launch_info.GetExecutableFile().GetPath().c_str()); in Launch()
3432 attach_info.GetExecutableFile().SetFilename( in Attach()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h172 if (GetExecutableFile()) in ProcessInfoSpecified()

12