Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectPlatform.cpp412 m_options.launch_info.GetExecutableFile () = exe_module->GetFileSpec(); in DoExecute()
414 if (m_options.launch_info.GetExecutableFile ().GetPath (exe_path, sizeof(exe_path))) in DoExecute()
421 if (m_options.launch_info.GetExecutableFile ()) in DoExecute()
436 if (m_options.launch_info.GetExecutableFile ()) in DoExecute()
677 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
682 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
687 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
692 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
697 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
DCommandObjectProcess.cpp431 attach_info.GetExecutableFile().SetFile(option_arg, false); in SetOptionValue()
495 … match_info.GetProcessInfo().GetExecutableFile().SetFile(partial_name, false); in HandleOptionArgumentCompletion()
608 …m_options.attach_info.GetExecutableFile().GetFilename() = old_exec_module_sp->GetPlatformFileSpec(… in DoExecute()
/external/lldb/source/Host/freebsd/
DHost.cpp203 process_info.GetExecutableFile().SetFile(cstr, false); in GetFreeBSDProcessArgs()
206 NameMatches (process_info.GetExecutableFile().GetFilename().GetCString(), in GetFreeBSDProcessArgs()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp343 match_info.GetProcessInfo().GetExecutableFile().SetFile(value.c_str(), false); in Handle_qfProcessInfo()
622 … m_process_launch_info.GetExecutableFile().SetFile(arg.c_str(), false); in Handle_A()
DGDBRemoteCommunication.cpp528 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess()
DGDBRemoteCommunicationClient.cpp1770 process_info.GetExecutableFile().SetFile (value.c_str(), false); in DecodeProcessInfoResponse()
DProcessGDBRemote.cpp2459 FileSpec &debugserver_file_spec = debugserver_launch_info.GetExecutableFile(); in StartDebugserverProcess()
/external/lldb/source/API/
DSBTarget.cpp285 m_opaque_sp->GetExecutableFile().SetFile(path, false); in SBAttachInfo()
354 m_opaque_sp->GetExecutableFile().SetFile(path, false); in SetExecutable()
356 m_opaque_sp->GetExecutableFile().Clear(); in SetExecutable()
363 m_opaque_sp->GetExecutableFile() = exe_file.ref(); in SetExecutable()
365 m_opaque_sp->GetExecutableFile().Clear(); in SetExecutable()
1115 attach_info.GetExecutableFile().SetFile(name, false); in AttachToProcessWithName()
/external/lldb/include/lldb/Target/
DProcess.h164 GetExecutableFile () in GetExecutableFile() function
189 GetExecutableFile () const in GetExecutableFile() function
937 if (GetExecutableFile()) in ProcessInfoSpecified()
1014 m_match_info.GetExecutableFile().SetFile(process_name, false); in ProcessInstanceInfoMatch()
/external/lldb/source/Host/linux/
DHost.cpp389 process_info.GetExecutableFile().SetFile(exe_path, false); in GetProcessAndStatInfo()
/external/lldb/source/Host/macosx/
DHost.mm1082 process_info.GetExecutableFile().SetFile (process_name, false);
1086 process_info.GetExecutableFile().Clear();
1153 process_info.GetExecutableFile().SetFile(cstr, false);
1156 NameMatches (process_info.GetExecutableFile().GetFilename().GetCString(),
1772 FileSpec exe_spec(launch_info.GetExecutableFile());
1796 launch_info.GetExecutableFile().GetPath (exe_path, sizeof(exe_path));
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp143 error = platform_sp->ResolveExecutable(process_info.GetExecutableFile(), in DoAttachToProcessWithID()
/external/lldb/source/Target/
DProcess.cpp3047 if (attach_info.GetExecutableFile().GetPath (process_name, sizeof(process_name))) in Attach()
3108 … match_info.GetProcessInfo().GetExecutableFile().GetPath (process_name, sizeof(process_name)); in Attach()