| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 35 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo() 44 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo() 108 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SetExecutable() 110 m_opaque_sp->GetExecutableFile().Clear(); in SetExecutable() 117 m_opaque_sp->GetExecutableFile() = exe_file.ref(); in SetExecutable() 119 m_opaque_sp->GetExecutableFile().Clear(); in SetExecutable()
|
| H A D | SBProcessInfo.cpp | 67 SBFileSpec SBProcessInfo::GetExecutableFile() { in GetExecutableFile() function in SBProcessInfo 72 file_spec.SetFileSpec(m_opaque_up->GetExecutableFile()); in GetExecutableFile()
|
| H A D | SBLaunchInfo.cpp | 115 SBFileSpec SBLaunchInfo::GetExecutableFile() { in GetExecutableFile() function in SBLaunchInfo 118 return SBFileSpec(m_opaque_sp->GetExecutableFile()); in GetExecutableFile()
|
| /llvm-project-15.0.7/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 74 process_info.GetExecutableFile().SetFile(cstr, in GetNetBSDProcessArgs() 78 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetNetBSDProcessArgs() 109 process_info.GetExecutableFile(), 0x20, 0); in GetNetBSDProcessCPUType() 127 process_info.GetExecutableFile()); in GetNetBSDProcessCPUType()
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ProcessInstanceInfoTest.cpp | 97 info_bar.GetExecutableFile().SetFile("/foo/bar", FileSpec::Style::posix); in TEST() 101 match.GetProcessInfo().GetExecutableFile().SetFile("bar", in TEST() 107 match.GetProcessInfo().GetExecutableFile() = FileSpec(); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 42 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() function 47 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() function 170 m_match_info.GetExecutableFile().SetFile(process_name,
|
| /llvm-project-15.0.7/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 76 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()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_process_info.py | 11 obj.GetExecutableFile()
|
| /llvm-project-15.0.7/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 74 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs() 78 process_info.GetExecutableFile().GetFilename().GetCString(), in GetOpenBSDProcessArgs()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 34 GetExecutableFile ();
|
| H A D | SBLaunchInfo.i | 41 GetExecutableFile ();
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1174 m_options.launch_info.GetExecutableFile() = exe_module->GetFileSpec(); in DoExecute() 1176 m_options.launch_info.GetExecutableFile().GetPath(exe_path); in DoExecute() 1183 if (m_options.launch_info.GetExecutableFile()) { in DoExecute() 1195 if (m_options.launch_info.GetExecutableFile()) { in DoExecute() 1414 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1420 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1426 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1432 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1438 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1604 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
|
| H A D | CommandObjectProcess.cpp | 172 if (exe_module_sp == nullptr && !target->GetProcessLaunchInfo().GetExecutableFile()) { in DoExecute() 236 …m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), false); in DoExecute() 242 … m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), true); in DoExecute() 340 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessDebugger.cpp | 129 launch_info.GetExecutableFile().GetPath().c_str()); in LaunchProcess() 146 launch_info.GetExecutableFile().GetPath(), result); in LaunchProcess() 154 launch_info.GetExecutableFile().GetPath(), error); in LaunchProcess() 159 launch_info.GetExecutableFile().GetPath()); in LaunchProcess()
|
| H A D | DebuggerThread.cpp | 52 LLDB_LOG(log, "launching '{0}'", launch_info.GetExecutableFile().GetPath()); in DebugLaunch() 92 launch_info.GetExecutableFile().GetPath()); in DebuggerThreadLaunchRoutine()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 31 SBFileSpec GetExecutableFile();
|
| H A D | SBLaunchInfo.h | 47 SBFileSpec GetExecutableFile();
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | MonitoringProcessLauncher.cpp | 33 FileSpec exe_spec(resolved_info.GetExecutableFile()); in LaunchProcess()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ProcessLauncherWindows.cpp | 103 executable = launch_info.GetExecutableFile().GetPath(); in LaunchProcess()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 186 args.AppendArgument(launch_info.GetExecutableFile().GetPath()); in DebugProcess()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 794 process_info.GetExecutableFile().GetPath().c_str()); in ResolveExecutableModule() 796 ModuleSpec module_spec(process_info.GetExecutableFile(), in ResolveExecutableModule()
|
| /llvm-project-15.0.7/lldb/source/Host/linux/ |
| H A D | Host.cpp | 191 process_info.GetExecutableFile().SetFile(PathRef, FileSpec::Style::native); in GetExePathAndArch()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 348 match_info.GetProcessInfo().GetExecutableFile().SetFile( in Handle_qfProcessInfo() 1066 m_process_launch_info.GetExecutableFile().SetFile( in Handle_A() 1216 response.PutStringAsRawHex8(proc_info.GetExecutableFile().GetCString()); in CreateProcessInfoResponse()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/process/ |
| H A D | TestProcessAPI.py | 346 file_spec = process_info.GetExecutableFile()
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 540 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); 544 process_info.GetExecutableFile().GetFilename().GetCString(), 1309 FileSpec exe_spec(launch_info.GetExecutableFile());
|