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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i34 GetExecutableFile ();
H A DSBLaunchInfo.i38 GetExecutableFile ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h31 SBFileSpec GetExecutableFile();
H A DSBLaunchInfo.h43 SBFileSpec GetExecutableFile();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp71 SBFileSpec SBProcessInfo::GetExecutableFile() { function in class:SBProcessInfo
73 GetExecutableFile);
77 file_spec.SetFileSpec(m_opaque_up->GetExecutableFile());
195 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBProcessInfo, GetExecutableFile,
H A DSBAttachInfo.cpp35 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native);
45 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native);
111 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native);
113 m_opaque_sp->GetExecutableFile().Clear();
121 m_opaque_sp->GetExecutableFile() = exe_file.ref();
123 m_opaque_sp->GetExecutableFile().Clear();
H A DSBLaunchInfo.cpp98 SBFileSpec SBLaunchInfo::GetExecutableFile() { function in class:SBLaunchInfo
99 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBLaunchInfo, GetExecutableFile);
101 return LLDB_RECORD_RESULT(SBFileSpec(m_opaque_sp->GetExecutableFile()));
332 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBLaunchInfo, GetExecutableFile, ());
H A DSBTarget.cpp421 if (!launch_info.GetExecutableFile()) {
522 attach_info.GetExecutableFile().SetFile(name, FileSpec::Style::native);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp32 FileSpec exe_spec(resolved_info.GetExecutableFile());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp77 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native);
79 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native);
82 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h43 FileSpec &GetExecutableFile() { return m_executable; } function in class:lldb_private::ProcessInfo
48 const FileSpec &GetExecutableFile() const { return m_executable; } function in class:lldb_private::ProcessInfo
208 m_match_info.GetExecutableFile().SetFile(process_name,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp971 m_options.launch_info.GetExecutableFile() = exe_module->GetFileSpec();
973 m_options.launch_info.GetExecutableFile().GetPath(exe_path);
980 if (m_options.launch_info.GetExecutableFile()) {
992 if (m_options.launch_info.GetExecutableFile()) {
1226 match_info.GetProcessInfo().GetExecutableFile().SetFile(
1232 match_info.GetProcessInfo().GetExecutableFile().SetFile(
1238 match_info.GetProcessInfo().GetExecutableFile().SetFile(
1244 match_info.GetProcessInfo().GetExecutableFile().SetFile(
1250 match_info.GetProcessInfo().GetExecutableFile().SetFile(
1413 attach_info.GetExecutableFile()
[all...]
H A DCommandObjectProcess.cpp296 attach_info.GetExecutableFile().SetFile(option_arg,
346 match_info.GetProcessInfo().GetExecutableFile().SetFile(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp74 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native);
78 process_info.GetExecutableFile().GetFilename().GetCString(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp72 process_info.GetExecutableFile().SetFile(cstr,
76 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp182 launch_info.GetExecutableFile().GetPath(exe_path, sizeof(exe_path));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp729 process_info.GetExecutableFile().GetPath().c_str());
731 ModuleSpec module_spec(process_info.GetExecutableFile(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp350 match_info.GetProcessInfo().GetExecutableFile().SetFile(
1038 m_process_launch_info.GetExecutableFile().SetFile(
1188 response.PutStringAsRawHex8(proc_info.GetExecutableFile().GetCString());
H A DGDBRemoteCommunication.cpp938 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile();
H A DGDBRemoteCommunicationClient.cpp776 FileSpec exe_file = launch_info.GetExecutableFile();
1933 process_info.GetExecutableFile().SetFile(name, FileSpec::Style::native);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp449 launch_info.GetExecutableFile().GetPath(given_path, sizeof(given_path));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp311 ModuleSpec exe_module_spec(process_info.GetExecutableFile(),
501 ModuleSpec exe_module_spec(process_info.GetExecutableFile(),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h154 if (GetExecutableFile())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2823 launch_info.GetExecutableFile().GetPath().c_str());
3000 attach_info.GetExecutableFile().GetFilename() =
H A DProcess.cpp2754 if (attach_info.GetExecutableFile().GetPath(process_name,
2801 match_info.GetProcessInfo().GetExecutableFile().GetPath(

Completed in 476 milliseconds