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

/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp412 m_options.launch_info.GetExecutableFile () = exe_module->GetFileSpec();
414 if (m_options.launch_info.GetExecutableFile ().GetPath (exe_path, sizeof(exe_path)))
421 if (m_options.launch_info.GetExecutableFile ())
436 if (m_options.launch_info.GetExecutableFile ())
677 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false);
682 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false);
687 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false);
692 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false);
697 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false);
H A DCommandObjectProcess.cpp431 attach_info.GetExecutableFile().SetFile(option_arg, false);
495 match_info.GetProcessInfo().GetExecutableFile().SetFile(partial_name, false);
608 m_options.attach_info.GetExecutableFile().GetFilename() = old_exec_module_sp->GetPlatformFileSpec().GetFilename();
/external/lldb/source/Host/freebsd/
H A DHost.cpp203 process_info.GetExecutableFile().SetFile(cstr, false);
206 NameMatches (process_info.GetExecutableFile().GetFilename().GetCString(),
/external/lldb/source/API/
H A DSBTarget.cpp285 m_opaque_sp->GetExecutableFile().SetFile(path, false);
354 m_opaque_sp->GetExecutableFile().SetFile(path, false);
356 m_opaque_sp->GetExecutableFile().Clear();
363 m_opaque_sp->GetExecutableFile() = exe_file.ref();
365 m_opaque_sp->GetExecutableFile().Clear();
1115 attach_info.GetExecutableFile().SetFile(name, false);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp343 match_info.GetProcessInfo().GetExecutableFile().SetFile(value.c_str(), false);
622 m_process_launch_info.GetExecutableFile().SetFile(arg.c_str(), false);
H A DGDBRemoteCommunication.cpp528 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile();
H A DGDBRemoteCommunicationClient.cpp1770 process_info.GetExecutableFile().SetFile (value.c_str(), false);
H A DProcessGDBRemote.cpp2459 FileSpec &debugserver_file_spec = debugserver_launch_info.GetExecutableFile();
/external/lldb/include/lldb/Target/
H A DProcess.h164 GetExecutableFile () function in class:lldb_private::ProcessInfo
189 GetExecutableFile () const function in class:lldb_private::ProcessInfo
937 if (GetExecutableFile())
1014 m_match_info.GetExecutableFile().SetFile(process_name, false);
/external/lldb/source/Host/linux/
H A DHost.cpp389 process_info.GetExecutableFile().SetFile(exe_path, false);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp143 error = platform_sp->ResolveExecutable(process_info.GetExecutableFile(),
/external/lldb/source/Target/
H A DProcess.cpp3047 if (attach_info.GetExecutableFile().GetPath (process_name, sizeof(process_name)))
3108 match_info.GetProcessInfo().GetExecutableFile().GetPath (process_name, sizeof(process_name));

Completed in 1038 milliseconds