Searched refs:FileSpec (Results 51 - 75 of 164) sorted by relevance

1234567

/external/lldb/include/lldb/Target/
H A DPathMappingList.h141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DPlatform.h133 ResolveExecutable (const FileSpec &exe_file,
189 FileSpec &sym_file);
192 /// Resolves the FileSpec to a (possibly) remote path. Remote
197 ResolveRemotePath (const FileSpec &platform_path,
198 FileSpec &resolved_platform_path);
307 GetFile (const FileSpec &platform_file,
309 FileSpec &local_file);
H A DTargetList.h173 FindTargetWithExecutableAndArchitecture (const FileSpec &exe_file_spec,
/external/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp61 FileSpec cu_file_spec = *(static_cast<FileSpec *>(cu));
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp24 #include "lldb/Host/FileSpec.h"
161 PlatformMacOSX::GetFile (const FileSpec &platform_file,
163 FileSpec &local_file)
H A DPlatformDarwin.cpp66 FileSpec module_spec = module.GetFileSpec();
79 FileSpec symfile_spec (objfile->GetFileSpec());
101 FileSpec script_fspec(path_string.GetData(), true);
126 PlatformDarwin::ResolveExecutable (const FileSpec &exe_file,
135 FileSpec resolved_exe_file (exe_file);
247 FileSpec &sym_file)
253 if (sym_file.GetFileType() == FileSpec::eFileTypeDirectory)
306 const FileSpec &platform_file = module_spec.GetFileSpec();
311 FileSpec bundle_directory;
344 FileSpec new_file_spe
[all...]
H A DPlatformDarwin.h31 ResolveExecutable (const lldb_private::FileSpec &exe_file,
39 lldb_private::FileSpec &sym_file);
/external/lldb/source/Symbol/
H A DCompileUnit.cpp22 FileSpec (pathname, false),
37 CompileUnit::CompileUnit (const lldb::ModuleSP &module_sp, void *user_data, const FileSpec &fspec, const lldb::user_id_t cu_sym_id, lldb::LanguageType language) :
39 FileSpec (fspec),
89 *s << "id = " << (const UserID&)*this << ", file = \"" << (const FileSpec&)*this << "\", language = \"" << language << '"';
106 << "\", file = '" << (const FileSpec&)*this << "'\n";
282 CompileUnit::FindLineEntry (uint32_t start_idx, uint32_t line, const FileSpec* file_spec_ptr, bool exact, LineEntry *line_entry_ptr)
315 const FileSpec& file_spec,
328 bool file_spec_matches_cu_file_spec = FileSpec::Equal(file_spec, *this, full_match);
/external/lldb/source/Core/
H A DSearchFilter.cpp76 SearchFilter::ModulePasses (const FileSpec &spec)
94 SearchFilter::CompUnitPasses (FileSpec &fileSpec)
289 SearchFilterForNonModuleSpecificSearches::ModulePasses (const FileSpec &module_spec)
317 SearchFilterByModule::SearchFilterByModule (const lldb::TargetSP &target_sp, const FileSpec &module) :
354 if (module_sp && FileSpec::Equal(module_sp->GetFileSpec(), m_module_spec, false))
361 SearchFilterByModule::ModulePasses (const FileSpec &spec)
365 return FileSpec::Equal(spec, m_module_spec, full_match);
377 SearchFilterByModule::CompUnitPasses (FileSpec &fileSpec)
413 if (FileSpec::Equal (m_module_spec, module->GetFileSpec(), full_match))
508 SearchFilterByModuleList::ModulePasses (const FileSpec
[all...]
H A DAddressResolverFileLine.cpp27 const FileSpec &file_spec,
/external/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp69 FileSpec file (args.GetArgumentAtIndex(i), false);
94 FileSpec file (args.GetArgumentAtIndex(i), false);
120 FileSpec file (args.GetArgumentAtIndex(i), false);
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h17 #include "lldb/Host/FileSpec.h"
48 const lldb_private::FileSpec* file,
59 GetModuleSpecifications (const lldb_private::FileSpec& file,
77 const lldb_private::FileSpec* file,
/external/lldb/source/Target/
H A DTargetList.cpp222 FileSpec file (user_exe_path, false);
226 // so we can't use the FileSpec constructor's resolve flag
230 size_t return_count = FileSpec::ResolveUsername(user_exe_path, unglobbed_path, sizeof(unglobbed_path));
235 file = FileSpec(unglobbed_path, false);
243 if (file.GetFileType() == FileSpec::eFileTypeDirectory)
258 FileSpec cwd_file (cwd_user_exe_path.c_str(), false);
325 FileSpec file_dir;
360 const FileSpec &exe_file_spec,
375 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match))
H A DPlatform.cpp21 #include "lldb/Host/FileSpec.h"
83 Platform::GetFile (const FileSpec &platform_file,
85 FileSpec &local_file)
477 Platform::ResolveExecutable (const FileSpec &exe_file,
523 FileSpec &sym_file)
537 Platform::ResolveRemotePath (const FileSpec &platform_path,
538 FileSpec &resolved_platform_path)
/external/lldb/include/lldb/Core/
H A DModuleList.h257 FindCompileUnits (const FileSpec &path,
441 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
478 /// @copydoc Module::ResolveSymbolContextsForFileSpec (const FileSpec &,uint32_t,bool,uint32_t,SymbolContextList&)
481 ResolveSymbolContextsForFileSpec (const FileSpec &file_spec,
H A DStringList.h49 ReadFileLines (FileSpec &input_file);
/external/lldb/source/API/
H A DSBHostOS.cpp12 #include "lldb/Host/FileSpec.h"
33 FileSpec lldb_python_spec;
/external/lldb/source/Commands/
H A DCommandObjectPlugin.cpp97 FileSpec dylib_fspec(path,true);
H A DCommandObjectSource.cpp26 #include "lldb/Host/FileSpec.h"
98 FileSpec file_spec;
238 FileSpec file_spec;
370 FileSpec start_file;
373 FileSpec end_file;
467 FileSpec module_file_spec(m_options.modules[i].c_str(), false);
493 FileSpec module_file_spec(m_options.modules[i].c_str(), false);
776 FileSpec module_file_spec(m_options.modules[i].c_str(), false);
810 FileSpec *test_cu_spec = NULL;
820 if (test_cu_spec != static_cast<FileSpec *> (s
[all...]
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp60 const FileSpec *file,
96 const FileSpec *file,
208 ObjectContainerUniversalMachO::GetObjectFile (const FileSpec *file)
277 ObjectContainerUniversalMachO::GetModuleSpecifications (const lldb_private::FileSpec& file,
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h47 const lldb_private::FileSpec &python_module_path);
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp37 const FileSpec *crash_file_path)
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp154 FileSpec dsym_fspec (module_sp->GetSymbolFileFileSpec());
161 FileSpec file_spec = obj_file->GetFileSpec();
194 FileSpec dsym_uuid_plist_spec(dsym_uuid_plist_path, false);
253 FileSpec resolved_source_path(node_content, true);
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp183 ObjectContainerBSDArchive::Archive::FindCachedArchive (const FileSpec &file, const ArchSpec &arch, const TimeValue &time, lldb::offset_t file_offset)
227 const FileSpec &file,
302 const FileSpec *file,
396 const lldb_private::FileSpec *file,
467 ObjectContainerBSDArchive::GetObjectFile (const FileSpec *file)
509 ObjectContainerBSDArchive::GetModuleSpecifications (const lldb_private::FileSpec& file,
/external/lldb/include/lldb/Symbol/
H A DFunction.h453 GetStartLineSourceInfo (FileSpec &source_file, uint32_t &line_no);
467 GetEndLineSourceInfo (FileSpec &source_file, uint32_t &line_no);

Completed in 343 milliseconds

1234567