HomeSort by relevance Sort by last modified time
    Searched refs:GetPlatformFileSpec (Results 1 - 17 of 17) sorted by null

  /external/lldb/test/python_api/default-constructor/
sb_module.py 10 obj.GetPlatformFileSpec()
  /external/lldb/source/API/
SBModuleSpec.cpp 70 SBModuleSpec::GetPlatformFileSpec ()
72 return SBFileSpec(m_opaque_ap->GetPlatformFileSpec());
78 m_opaque_ap->GetPlatformFileSpec() = *sb_spec;
SBModule.cpp 122 SBModule::GetPlatformFileSpec () const
129 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec());
133 log->Printf ("SBModule(%p)::GetPlatformFileSpec () => SBFileSpec(%p)",
SBTarget.cpp 695 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
787 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
    [all...]
SBProcess.cpp 176 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
    [all...]
  /external/lldb/scripts/Python/interface/
SBModuleSpec.i 60 GetPlatformFileSpec ();
SBModule.i 145 ") 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/
SBModuleSpec.h 69 GetPlatformFileSpec ();
SBModule.h 74 GetPlatformFileSpec () const;
  /external/lldb/include/lldb/Core/
ModuleSpec.h 138 GetPlatformFileSpec ()
144 GetPlatformFileSpec () const
392 const FileSpec &fspec = match_module_spec.GetPlatformFileSpec();
393 if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false))
Module.h 533 GetPlatformFileSpec () const
    [all...]
  /external/lldb/source/Core/
ModuleList.cpp 107 equivalent_module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec();
993 platform_module_spec.GetPlatformFileSpec() = file_spec;
    [all...]
Module.cpp 136 m_platform_file(module_spec.GetPlatformFileSpec()),
    [all...]
  /external/lldb/source/Commands/
CommandObjectProcess.cpp 215 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();
    [all...]
CommandObjectTarget.cpp     [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 77 const FileSpec &platform_file_spec = module->GetPlatformFileSpec();
    [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]

Completed in 630 milliseconds