| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 29 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 D | SBProcessInfo.cpp | 59 SBFileSpec SBProcessInfo::GetExecutableFile() { in GetExecutableFile() function in SBProcessInfo 62 file_spec.SetFileSpec(m_opaque_ap->GetExecutableFile()); in GetExecutableFile()
|
| H A D | SBLaunchInfo.cpp | 68 SBFileSpec SBLaunchInfo::GetExecutableFile() { in GetExecutableFile() function in SBLaunchInfo 69 return SBFileSpec(m_opaque_sp->GetExecutableFile()); in GetExecutableFile()
|
| H A D | SBTarget.cpp | 391 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 D | ProcessInfo.h | 40 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() function 45 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() function
|
| H A D | Process.h | 231 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 D | Host.cpp | 74 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 D | CommandObjectPlatform.cpp | 1040 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 D | CommandObjectProcess.cpp | 351 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 D | Host.cpp | 71 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 D | Host.cpp | 69 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 D | SBProcessInfo.h | 30 SBFileSpec GetExecutableFile();
|
| H A D | SBLaunchInfo.h | 44 SBFileSpec GetExecutableFile();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | MonitoringProcessLauncher.cpp | 33 FileSpec exe_spec(resolved_info.GetExecutableFile()); in LaunchProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 182 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 D | DynamicLoaderPOSIXDYLD.cpp | 733 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 D | GDBRemoteCommunicationServerCommon.cpp | 351 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 D | GDBRemoteCommunication.cpp | 953 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess()
|
| H A D | GDBRemoteCommunicationClient.cpp | 779 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 D | ProcessFreeBSD.cpp | 320 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 D | DarwinProcessLauncher.cpp | 458 launch_info.GetExecutableFile().GetPath(given_path, sizeof(given_path)); in LaunchInferior()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 2803 launch_info.GetExecutableFile().GetPath().c_str()); in Launch() 2989 attach_info.GetExecutableFile().GetFilename() = in Attach()
|
| H A D | Process.cpp | 2997 if (attach_info.GetExecutableFile().GetPath(process_name, in Attach() 3044 match_info.GetProcessInfo().GetExecutableFile().GetPath( in Attach()
|