Searched refs:GetExecutableFile (Results 1 – 13 of 13) sorted by relevance
/external/lldb/source/Commands/ |
D | CommandObjectPlatform.cpp | 412 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()
|
D | CommandObjectProcess.cpp | 431 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/ |
D | Host.cpp | 203 process_info.GetExecutableFile().SetFile(cstr, false); in GetFreeBSDProcessArgs() 206 NameMatches (process_info.GetExecutableFile().GetFilename().GetCString(), in GetFreeBSDProcessArgs()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServer.cpp | 343 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()
|
D | GDBRemoteCommunication.cpp | 528 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess()
|
D | GDBRemoteCommunicationClient.cpp | 1770 process_info.GetExecutableFile().SetFile (value.c_str(), false); in DecodeProcessInfoResponse()
|
D | ProcessGDBRemote.cpp | 2459 FileSpec &debugserver_file_spec = debugserver_launch_info.GetExecutableFile(); in StartDebugserverProcess()
|
/external/lldb/source/API/ |
D | SBTarget.cpp | 285 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/ |
D | Process.h | 164 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/ |
D | Host.cpp | 389 process_info.GetExecutableFile().SetFile(exe_path, false); in GetProcessAndStatInfo()
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 1082 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/ |
D | ProcessPOSIX.cpp | 143 error = platform_sp->ResolveExecutable(process_info.GetExecutableFile(), in DoAttachToProcessWithID()
|
/external/lldb/source/Target/ |
D | Process.cpp | 3047 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()
|