Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp29 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
36 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
80 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SetExecutable()
82 m_opaque_sp->GetExecutableFile().Clear(); in SetExecutable()
87 m_opaque_sp->GetExecutableFile() = exe_file.ref(); in SetExecutable()
89 m_opaque_sp->GetExecutableFile().Clear(); in SetExecutable()
H A DSBProcessInfo.cpp59 SBFileSpec SBProcessInfo::GetExecutableFile() { in GetExecutableFile() function in SBProcessInfo
62 file_spec.SetFileSpec(m_opaque_ap->GetExecutableFile()); in GetExecutableFile()
H A DSBLaunchInfo.cpp68 SBFileSpec SBLaunchInfo::GetExecutableFile() { in GetExecutableFile() function in SBLaunchInfo
69 return SBFileSpec(m_opaque_sp->GetExecutableFile()); in GetExecutableFile()
H A DSBTarget.cpp391 if (!launch_info.GetExecutableFile()) { in Launch()
519 attach_info.GetExecutableFile().SetFile(name, FileSpec::Style::native); in AttachToProcessWithName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessInfo.h40 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() function
45 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() function
H A DProcess.h231 if (GetExecutableFile()) in ProcessInfoSpecified()
318 m_match_info.GetExecutableFile().SetFile(process_name, in ProcessInstanceInfoMatch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp74 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs()
76 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetFreeBSDProcessArgs()
79 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetFreeBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1040 m_options.launch_info.GetExecutableFile() = exe_module->GetFileSpec(); in DoExecute()
1042 m_options.launch_info.GetExecutableFile().GetPath(exe_path); in DoExecute()
1049 if (m_options.launch_info.GetExecutableFile()) { in DoExecute()
1061 if (m_options.launch_info.GetExecutableFile()) { in DoExecute()
1333 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1339 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1345 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1351 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1357 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1527 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
[all …]
H A DCommandObjectProcess.cpp351 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
401 match_info.GetProcessInfo().GetExecutableFile().SetFile( in HandleOptionArgumentCompletion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/
H A DHost.cpp71 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs()
75 process_info.GetExecutableFile().GetFilename().GetCString(), in GetOpenBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHost.cpp69 process_info.GetExecutableFile().SetFile(cstr, in GetNetBSDProcessArgs()
73 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetNetBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcessInfo.h30 SBFileSpec GetExecutableFile();
H A DSBLaunchInfo.h44 SBFileSpec GetExecutableFile();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp33 FileSpec exe_spec(resolved_info.GetExecutableFile()); in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp182 launch_info.GetExecutableFile().GetPath(exe_path, sizeof(exe_path)); in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp733 process_info.GetExecutableFile().GetPath().c_str()); in ResolveExecutableModule()
735 ModuleSpec module_spec(process_info.GetExecutableFile(), in ResolveExecutableModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp351 match_info.GetProcessInfo().GetExecutableFile().SetFile( in Handle_qfProcessInfo()
1031 m_process_launch_info.GetExecutableFile().SetFile( in Handle_A()
1184 response.PutCStringAsRawHex8(proc_info.GetExecutableFile().GetCString()); in CreateProcessInfoResponse()
H A DGDBRemoteCommunication.cpp953 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess()
H A DGDBRemoteCommunicationClient.cpp779 FileSpec exe_file = launch_info.GetExecutableFile(); in SendArgumentsPacket()
1925 process_info.GetExecutableFile().SetFile(name, FileSpec::Style::native); in DecodeProcessInfoResponse()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp320 ModuleSpec exe_module_spec(process_info.GetExecutableFile(), in DoAttachToProcessWithID()
510 ModuleSpec exe_module_spec(process_info.GetExecutableFile(), in DoDidExec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp458 launch_info.GetExecutableFile().GetPath(given_path, sizeof(given_path)); in LaunchInferior()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2803 launch_info.GetExecutableFile().GetPath().c_str()); in Launch()
2989 attach_info.GetExecutableFile().GetFilename() = in Attach()
H A DProcess.cpp2997 if (attach_info.GetExecutableFile().GetPath(process_name, in Attach()
3044 match_info.GetProcessInfo().GetExecutableFile().GetPath( in Attach()