Searched refs:GetPlatformFileSpec (Results 1 - 17 of 17) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_module.py10 obj.GetPlatformFileSpec()
/external/lldb/source/API/
H A DSBModuleSpec.cpp70 SBModuleSpec::GetPlatformFileSpec () function in class:SBModuleSpec
72 return SBFileSpec(m_opaque_ap->GetPlatformFileSpec());
78 m_opaque_ap->GetPlatformFileSpec() = *sb_spec;
H A DSBModule.cpp122 SBModule::GetPlatformFileSpec () const function in class:SBModule
129 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec());
133 log->Printf ("SBModule(%p)::GetPlatformFileSpec () => SBFileSpec(%p)",
H A DSBTarget.cpp695 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
787 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
H A DSBProcess.cpp176 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
/external/lldb/scripts/Python/interface/
H A DSBModuleSpec.i60 GetPlatformFileSpec ();
H A DSBModule.i145 ") GetPlatformFileSpec;
147 GetPlatformFileSpec () const;
493 __swig_getmethods__["platform_file"] = GetPlatformFileSpec
494 if _newclass: platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this object file for this module as it is represented on the current host system.''')
/external/lldb/include/lldb/API/
H A DSBModuleSpec.h69 GetPlatformFileSpec ();
H A DSBModule.h74 GetPlatformFileSpec () const;
/external/lldb/include/lldb/Core/
H A DModuleSpec.h138 GetPlatformFileSpec () function in class:lldb_private::ModuleSpec
144 GetPlatformFileSpec () const function in class:lldb_private::ModuleSpec
392 const FileSpec &fspec = match_module_spec.GetPlatformFileSpec();
393 if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false))
H A DModule.h533 GetPlatformFileSpec () const function in class:lldb_private::Module
/external/lldb/source/Core/
H A DModuleList.cpp107 equivalent_module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec();
993 platform_module_spec.GetPlatformFileSpec() = file_spec;
H A DModule.cpp136 m_platform_file(module_spec.GetPlatformFileSpec()),
1452 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec();
1455 if (!FileSpec::Equal (platform_file_spec, GetPlatformFileSpec (), platform_file_spec.GetDirectory()))
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp215 m_options.launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), false);
219 m_options.launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
608 m_options.attach_info.GetExecutableFile().GetFilename() = old_exec_module_sp->GetPlatformFileSpec().GetFilename();
H A DCommandObjectTarget.cpp3630 result.GetOutputStream().Printf("Asynchronous (not restricted to call-sites) UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
3638 result.GetOutputStream().Printf("Synchronous (restricted to call-sites) UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
3646 result.GetOutputStream().Printf("Architecture default UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
3654 result.GetOutputStream().Printf("Fast UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
4276 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec())
4468 if (frame_module_sp->GetPlatformFileSpec().Exists())
4471 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec();
4514 module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec();
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp77 const FileSpec &platform_file_spec = module->GetPlatformFileSpec();
/external/lldb/source/Target/
H A DProcess.cpp2857 exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path, sizeof(platform_exec_file_path));

Completed in 354 milliseconds