Home
last modified time | relevance | path

Searched refs:exe_file (Results 1 – 25 of 27) sorted by relevance

12

/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp158 PlatformFreeBSD::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() argument
167 FileSpec resolved_exe_file (exe_file); in ResolveExecutable()
175 exe_file.GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
186 exe_file.GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
194 error = m_remote_platform_sp->ResolveExecutable (exe_file, in ResolveExecutable()
211 exe_file.GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
233 exe_file.GetPath().c_str(), in ResolveExecutable()
268 exe_file.GetPath().c_str(), in ResolveExecutable()
277 exe_file.GetPath().c_str()); in ResolveExecutable()
DPlatformFreeBSD.h75 ResolveExecutable (const lldb_private::FileSpec &exe_file,
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp149 PlatformLinux::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() argument
158 FileSpec resolved_exe_file (exe_file); in ResolveExecutable()
166 exe_file.GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
177 exe_file.GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
185 error = m_remote_platform_sp->ResolveExecutable (exe_file, in ResolveExecutable()
240 exe_file.GetPath().c_str(), in ResolveExecutable()
274 exe_file.GetPath().c_str(), in ResolveExecutable()
DPlatformLinux.h61 ResolveExecutable (const FileSpec &exe_file,
/external/lldb/utils/test/
Dllvm-mc-shell.py24 exe_file = os.path.join(path, program)
25 if is_exe(exe_file):
26 return exe_file
Drun-until-faulted.py24 exe_file = os.path.join(path, program)
25 if is_exe(exe_file):
26 return exe_file
Ddisasm.py25 exe_file = os.path.join(path, program)
26 if is_exe(exe_file):
27 return exe_file
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformiOSSimulator.cpp174 PlatformiOSSimulator::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() argument
182 FileSpec resolved_exe_file (exe_file); in ResolveExecutable()
239 exe_file.GetPath().c_str(), in ResolveExecutable()
247 exe_file.GetPath().c_str()); in ResolveExecutable()
DPlatformDarwin.cpp126 PlatformDarwin::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() argument
135 FileSpec resolved_exe_file (exe_file); in ResolveExecutable()
143 exe_file.GetPath (exe_path, sizeof(exe_path)); in ResolveExecutable()
157 exe_file.GetPath (exe_path, sizeof(exe_path)); in ResolveExecutable()
165 error = m_remote_platform_sp->ResolveExecutable (exe_file, in ResolveExecutable()
200 exe_file.GetPath().c_str(), in ResolveExecutable()
234 exe_file.GetPath().c_str(), in ResolveExecutable()
DPlatformDarwinKernel.cpp624 FileSpec exe_file = kext_bundle_path; in ExamineKextForMatchingUUID() local
625 Host::ResolveExecutableInBundle (exe_file); in ExamineKextForMatchingUUID()
626 if (exe_file.Exists()) in ExamineKextForMatchingUUID()
628 ModuleSpec exe_spec (exe_file); in ExamineKextForMatchingUUID()
635 ModuleSP module_sp (new Module (exe_file, arch)); in ExamineKextForMatchingUUID()
DPlatformRemoteiOS.cpp211 PlatformRemoteiOS::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() argument
219 FileSpec resolved_exe_file (exe_file); in ResolveExecutable()
276 exe_file.GetPath().c_str(), in ResolveExecutable()
284 exe_file.GetPath().c_str()); in ResolveExecutable()
DPlatformiOSSimulator.h68 ResolveExecutable (const lldb_private::FileSpec &exe_file,
DPlatformRemoteiOS.h70 ResolveExecutable (const lldb_private::FileSpec &exe_file,
DPlatformDarwin.h31 ResolveExecutable (const lldb_private::FileSpec &exe_file,
/external/lldb/source/Target/
DPlatform.cpp477 Platform::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() argument
483 if (exe_file.Exists()) in ResolveExecutable()
485 ModuleSpec module_spec (exe_file, exe_arch); in ResolveExecutable()
515 exe_file.GetPath().c_str()); in ResolveExecutable()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h111 bool SetCodeFile(const wstring &exe_file);
Dpdb_source_line_writer.cc132 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) { in SetCodeFile() argument
134 code_file_ = exe_file; in SetCodeFile()
139 return exe_file == code_file_; in SetCodeFile()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h67 ResolveExecutable (const lldb_private::FileSpec &exe_file,
DPlatformRemoteGDBServer.cpp104 PlatformRemoteGDBServer::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() argument
/external/lldb/test/
Dlldbutil.py27 exe_file = os.path.join(path, program)
28 if is_exe(exe_file):
29 return exe_file
Ddotest.py66 exe_file = os.path.join(path, program)
67 if is_exe(exe_file):
68 return exe_file
Dlldbtest.py196 exe_file = os.path.join(path, program)
197 if is_exe(exe_file):
198 return exe_file
/external/lldb/include/lldb/Target/
DProcess.h170 SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg) in SetExecutableFile() argument
172 if (exe_file) in SetExecutableFile()
174 m_executable = exe_file; in SetExecutableFile()
178 if (exe_file.GetPath(filename, sizeof(filename))) in SetExecutableFile()
DPlatform.h133 ResolveExecutable (const FileSpec &exe_file,
/external/lldb/include/lldb/API/
DSBTarget.h148 SetExecutable (lldb::SBFileSpec exe_file);

12