Searched refs:FileSpec (Results 26 - 50 of 164) sorted by relevance

1234567

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.h71 GetFile (const lldb_private::FileSpec &platform_file,
73 lldb_private::FileSpec &local_file);
H A DPlatformiOSSimulator.h68 ResolveExecutable (const lldb_private::FileSpec &exe_file,
83 GetFile (const lldb_private::FileSpec &platform_file,
85 lldb_private::FileSpec &local_file);
105 //std::vector<FileSpec> m_device_support_os_dirs;
H A DPlatformRemoteiOS.cpp24 #include "lldb/Host/FileSpec.h"
32 PlatformRemoteiOS::SDKDirectoryInfo::SDKDirectoryInfo (const lldb_private::FileSpec &sdk_dir) :
211 PlatformRemoteiOS::ResolveExecutable (const FileSpec &exe_file,
219 FileSpec resolved_exe_file (exe_file);
290 FileSpec::EnumerateDirectoryResult
292 FileSpec::FileType file_type,
293 const FileSpec &file_spec)
296 return FileSpec::eEnumerateDirectoryResultNext;
310 FileSpec::EnumerateDirectory (m_device_support_directory.c_str(),
318 FileSpec local_sdk_cach
[all...]
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.h14 #include "lldb/Host/FileSpec.h"
41 const lldb_private::FileSpec *file,
46 GetModuleSpecifications (const lldb_private::FileSpec& file,
62 const lldb_private::FileSpec *file,
82 GetObjectFile (const lldb_private::FileSpec *file);
/external/lldb/source/Host/macosx/
H A DSymbols.cpp56 const FileSpec &file_spec,
137 const FileSpec &file_spec,
200 const FileSpec &file_spec,
237 FileSpec
238 Symbols::FindSymbolFileInBundle (const FileSpec& dsym_bundle_fspec,
244 FileSpec dsym_fspec;
284 FileSpec *out_exec_fspec, // If non-NULL, try and find the executable
285 FileSpec *out_dsym_fspec // If non-NULL try and find the debug symbol file
328 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr();
350 if (out_dsym_fspec->GetFileType () == FileSpec
[all...]
/external/lldb/include/lldb/Symbol/
H A DObjectContainer.h20 #include "lldb/Host/FileSpec.h"
51 const FileSpec *file,
195 GetObjectFile (const FileSpec *file) = 0;
225 FileSpec m_file; ///< The file that represents this container objects (which can be different from the module's file).
H A DCompileUnit.h37 public FileSpec,
46 /// to convert into a FileSpec, the SymbolFile plug-in supplied
77 /// to convert into a FileSpec, the SymbolFile plug-in supplied
103 CompileUnit(const lldb::ModuleSP &module_sp, void *user_data, const FileSpec &file_spec, lldb::user_id_t uid, lldb::LanguageType language);
229 const FileSpec* file_spec_ptr,
389 ResolveSymbolContext (const FileSpec& file_spec,
H A DObjectFile.h15 #include "lldb/Host/FileSpec.h"
91 const FileSpec *file_spec_ptr,
152 const FileSpec* file_spec,
183 GetModuleSpecifications (const FileSpec &file,
189 GetModuleSpecifications (const lldb_private::FileSpec& file,
222 lldb_private::FileSpec &archive_file,
261 /// FileSpecList::AppendIfUnique(const FileSpec &) should be
272 /// @see FileSpecList::AppendIfUnique(const FileSpec &)
312 virtual FileSpec&
322 virtual const FileSpec
[all...]
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h61 ResolveExecutable (const FileSpec &exe_file,
76 GetFile (const FileSpec &platform_file,
77 const UUID* uuid, FileSpec &local_file);
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.h36 const lldb_private::FileSpec *);
55 lldb_private::FileSpec *core_file);
106 lldb_private::FileSpec *m_core_file;
H A DProcessLinux.cpp35 ProcessLinux::CreateInstance(Target &target, Listener &listener, const FileSpec *core_file)
37 return ProcessSP(new ProcessLinux(target, listener, (FileSpec *)core_file));
66 ProcessLinux::ProcessLinux(Target& target, Listener &listener, FileSpec *core_file)
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h17 #include "lldb/Host/FileSpec.h"
45 const lldb_private::FileSpec *file,
50 GetModuleSpecifications (const lldb_private::FileSpec& file,
66 const lldb_private::FileSpec *file,
87 GetObjectFile (const lldb_private::FileSpec *file);
128 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
137 FindCachedArchive (const lldb_private::FileSpec &file,
143 ParseAndCacheArchiveForFile (const lldb_private::FileSpec &file,
/external/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp36 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &value) :
45 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &current_value,
46 const FileSpec &default_value) :
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h42 const lldb_private::FileSpec *crash_file_path);
61 const lldb_private::FileSpec &core_file);
141 lldb_private::FileSpec m_core_file;
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h35 const lldb_private::FileSpec *crash_file_path);
54 const lldb_private::FileSpec &core_file);
138 lldb_private::FileSpec m_core_file;
/external/lldb/include/lldb/
H A Dlldb-private-interfaces.h22 typedef ObjectContainer* (*ObjectContainerCreateInstance) (const lldb::ModuleSP &module_sp, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t offset, lldb::offset_t length);
23 typedef size_t (*ObjectFileGetModuleSpecifications) (const FileSpec &file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, ModuleSpecList &module_specs);
24 typedef ObjectFile* (*ObjectFileCreateInstance) (const lldb::ModuleSP &module_sp, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length);
31 typedef lldb::ProcessSP (*ProcessCreateInstance) (Target &target, Listener &listener, const FileSpec *crash_file_path);
/external/lldb/source/Core/
H A DSourceManager.cpp69 SourceManager::GetFile (const FileSpec &file_spec)
119 FileSpec tmp_spec;
169 const FileSpec &file_spec,
206 FileSpec tmp_spec;
247 SourceManager::SetDefaultFileAndLine (const FileSpec &file_spec, uint32_t line)
266 SourceManager::GetDefaultFileAndLine (FileSpec &file_spec, uint32_t &line)
322 SourceManager::FindLinesMatchingRegex (FileSpec &file_spec,
335 SourceManager::File::File(const FileSpec &file_spec, Target *target) :
365 FileSpec *test_cu_spec = NULL;
374 if (test_cu_spec != static_cast<FileSpec *> (s
[all...]
H A DFileLineResolver.cpp27 const FileSpec &file_spec,
108 FileLineResolver::Reset (const FileSpec &file_spec,
/external/lldb/source/Host/common/
H A DAndroid.mk15 FileSpec.cpp \
H A DHost.cpp51 #include "lldb/Host/FileSpec.h"
729 FileSpec
732 static FileSpec g_program_filespec;
774 FileSpec
777 FileSpec module_filespec;
790 Host::GetBundleDirectory (const FileSpec &file, FileSpec &bundle)
797 Host::ResolveExecutableInBundle (FileSpec &file)
806 DynamicLibraryInfo (const FileSpec &fs, int o, void *h) :
813 const FileSpec file_spe
[all...]
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h75 ResolveExecutable (const lldb_private::FileSpec &exe_file,
139 GetFile (const lldb_private::FileSpec &platform_file,
140 const lldb_private::UUID* uuid, lldb_private::FileSpec &local_file);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h67 ResolveExecutable (const lldb_private::FileSpec &exe_file,
76 GetFile (const lldb_private::FileSpec &platform_file,
78 lldb_private::FileSpec &local_file);
/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp106 FileSpec debug_symbol_fspec (module_sp->GetSymbolFileFileSpec());
121 const FileSpec fspec = file_spec_list.GetFileSpecAtIndex (idx);
127 FileSpec dsym_fspec = Symbols::LocateExecutableSymbolFile (module_spec);
/external/lldb/include/lldb/Core/
H A DDataBufferMemoryMap.h109 MemoryMapFromFileSpec (const FileSpec* file,
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h37 const lldb_private::FileSpec *crash_file_path);

Completed in 345 milliseconds

1234567