Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/API/
H A DSBAttachInfo.cpp35 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 DSBProcessInfo.cpp67 SBFileSpec SBProcessInfo::GetExecutableFile() { in GetExecutableFile() function in SBProcessInfo
72 file_spec.SetFileSpec(m_opaque_up->GetExecutableFile()); in GetExecutableFile()
H A DSBLaunchInfo.cpp115 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 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()
127 process_info.GetExecutableFile()); in GetNetBSDProcessCPUType()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp97 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 DProcessInfo.h42 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 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()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py11 obj.GetExecutableFile()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcessInfo.i34 GetExecutableFile ();
H A DSBLaunchInfo.i41 GetExecutableFile ();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1174 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 DCommandObjectProcess.cpp172 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 DProcessDebugger.cpp129 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 DDebuggerThread.cpp52 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 DSBProcessInfo.h31 SBFileSpec GetExecutableFile();
H A DSBLaunchInfo.h47 SBFileSpec GetExecutableFile();
/llvm-project-15.0.7/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp33 FileSpec exe_spec(resolved_info.GetExecutableFile()); in LaunchProcess()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp103 executable = launch_info.GetExecutableFile().GetPath(); in LaunchProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp186 args.AppendArgument(launch_info.GetExecutableFile().GetPath()); in DebugProcess()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp794 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 DHost.cpp191 process_info.GetExecutableFile().SetFile(PathRef, FileSpec::Style::native); in GetExePathAndArch()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp348 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 DTestProcessAPI.py346 file_spec = process_info.GetExecutableFile()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm540 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native);
544 process_info.GetExecutableFile().GetFilename().GetCString(),
1309 FileSpec exe_spec(launch_info.GetExecutableFile());

12