/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformiOSSimulator.cpp | 24 #include "lldb/Host/FileSpec.h" 174 PlatformiOSSimulator::ResolveExecutable (const FileSpec &exe_file, 182 FileSpec resolved_exe_file (exe_file); 253 static FileSpec::EnumerateDirectoryResult 254 EnumerateDirectoryCallback (void *baton, FileSpec::FileType file_type, const FileSpec &file_spec) 256 if (file_type == FileSpec::eFileTypeDirectory) 262 return FileSpec::eEnumerateDirectoryResultQuit; 265 return FileSpec::eEnumerateDirectoryResultNext; 285 FileSpec simulator_sdk_spec [all...] |
PlatformiOSSimulator.h | 68 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;
|
PlatformRemoteiOS.cpp | 24 #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_cache("~/Library/Developer/Xcode/iOS DeviceSupport", true) [all...] |
/external/lldb/include/lldb/Symbol/ |
LineEntry.h | 15 #include "lldb/Host/FileSpec.h" 37 const FileSpec &file, 148 FileSpec file;
|
CompileUnit.h | 37 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,
|
ObjectContainer.h | 20 #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).
|
ObjectFile.h | 15 #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/Host/macosx/ |
Symbols.cpp | 56 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::eFileTypeDirectory [all...] |
/external/lldb/source/Plugins/Platform/Linux/ |
PlatformLinux.h | 61 ResolveExecutable (const FileSpec &exe_file, 76 GetFile (const FileSpec &platform_file, 77 const UUID* uuid, FileSpec &local_file);
|
/external/lldb/source/Plugins/Process/Linux/ |
ProcessLinux.h | 36 const lldb_private::FileSpec *); 55 lldb_private::FileSpec *core_file); 106 lldb_private::FileSpec *m_core_file;
|
ProcessLinux.cpp | 35 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/ |
ObjectContainerBSDArchive.h | 17 #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/ |
OptionValueFileSpec.cpp | 36 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &value) : 45 OptionValueFileSpec::OptionValueFileSpec (const FileSpec ¤t_value, 46 const FileSpec &default_value) :
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
PlatformRemoteGDBServer.h | 67 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/Process/elf-core/ |
ProcessElfCore.h | 42 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/ |
ProcessMachCore.h | 35 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/Core/ |
DataBufferMemoryMap.h | 109 MemoryMapFromFileSpec (const FileSpec* file,
|
StringList.h | 49 ReadFileLines (FileSpec &input_file);
|
/external/lldb/include/lldb/ |
lldb-private-interfaces.h | 22 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/ |
SourceManager.cpp | 69 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 *> (sc.comp_unit) [all...] |
FileLineResolver.cpp | 27 const FileSpec &file_spec, 108 FileLineResolver::Reset (const FileSpec &file_spec,
|
/external/lldb/source/Host/common/ |
Android.mk | 15 FileSpec.cpp \
|
Host.cpp | 51 #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_spec [all...] |
/external/lldb/source/Plugins/Platform/FreeBSD/ |
PlatformFreeBSD.h | 75 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/SymbolVendor/ELF/ |
SymbolVendorELF.cpp | 105 // If the module specified a filespec, use it first. 106 FileSpec debug_symbol_fspec (module_sp->GetSymbolFileFileSpec()); 121 const FileSpec fspec = file_spec_list.GetFileSpecAtIndex (idx); 127 FileSpec dsym_fspec = Symbols::LocateExecutableSymbolFile (module_spec);
|