| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 41 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() function 46 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() function 167 m_match_info.GetExecutableFile().SetFile(process_name, in ProcessInstanceInfoMatch()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 84 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs() 87 !NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetOpenBSDProcessArgs()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 34 GetExecutableFile ();
|
| H A D | SBLaunchInfo.i | 41 GetExecutableFile ();
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1175 m_options.launch_info.GetExecutableFile() = exe_module->GetFileSpec(); in DoExecute() 1177 m_options.launch_info.GetExecutableFile().GetPath(exe_path); in DoExecute() 1184 if (m_options.launch_info.GetExecutableFile()) { in DoExecute() 1196 if (m_options.launch_info.GetExecutableFile()) { in DoExecute() 1415 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1421 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1427 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1433 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1439 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1605 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
|
| H A D | CommandObjectProcess.cpp | 173 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() 341 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
|
| /openbsd-src/gnu/llvm/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 | 53 LLDB_LOG(log, "launching '{0}'", launch_info.GetExecutableFile().GetPath()); in DebugLaunch() 93 launch_info.GetExecutableFile().GetPath()); in DebuggerThreadLaunchRoutine()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 31 SBFileSpec GetExecutableFile();
|
| H A D | SBLaunchInfo.h | 47 SBFileSpec GetExecutableFile();
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | MonitoringProcessLauncher.cpp | 33 FileSpec exe_spec(resolved_info.GetExecutableFile()); in LaunchProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
| H A D | ProcessLauncherWindows.cpp | 103 executable = launch_info.GetExecutableFile().GetPath(); in LaunchProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 189 args.AppendArgument(launch_info.GetExecutableFile().GetPath()); in DebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 805 process_info.GetExecutableFile().GetPath().c_str()); in ResolveExecutableModule() 807 ModuleSpec module_spec(process_info.GetExecutableFile(), in ResolveExecutableModule()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/linux/ |
| H A D | Host.cpp | 192 process_info.GetExecutableFile().SetFile(PathRef, FileSpec::Style::native); in GetExePathAndArch()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 347 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()
|
| /openbsd-src/gnu/llvm/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(), 1310 FileSpec exe_spec(launch_info.GetExecutableFile());
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 373 if (FileSpec exe_file = launch_info.GetExecutableFile()) in LaunchProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 528 .GetExecutableFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Process.cpp | 2498 if (!launch_info.GetExecutableFile()) { in LaunchPrivate() 2502 exe_spec_to_use = launch_info.GetExecutableFile(); in LaunchPrivate() 2793 if (attach_info.GetExecutableFile().GetPath(process_name, in Attach() 2840 match_info.GetProcessInfo().GetExecutableFile().GetPath( in Attach()
|