Searched refs:SetPlatformFileSpec (Results 1 – 15 of 15) sorted by relevance
12 obj.SetPlatformFileSpec(lldb.SBFileSpec())
396 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache() 437 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache() 462 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache()
286 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
400 module_sp->SetPlatformFileSpec(new_file_spec); in GetSharedModule() 411 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSoftwareBreakpointTrapOpcode() 1330 module_sp->SetPlatformFileSpec(path_to_try);
444 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
60 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec);
67 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
196 (lldb) script lldb.target.module['a.out'].SetPlatformFileSpec("/bin/a.out")211 (lldb) script lldb.target.module['libfoo.so'].SetPlatformFileSpec("/usr/lib/libfoo.so")212 (lldb) script lldb.target.module['libbar.so'].SetPlatformFileSpec("/usr/local/lib/libbar.so")
82 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() function in SBModuleSpec
127 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() function in SBModule 134 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec()
473 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; }472 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } SetPlatformFileSpec() function
196 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule()
89 void setupRemoteFile() const { m_module->SetPlatformFileSpec(m_remote_file); }108 m_module->SetPlatformFileSpec(m_remote_file); in Target()
396 module_sp->SetPlatformFileSpec(remote_file); in DoExecute() 406 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
3201 module_sp->SetPlatformFileSpec(remote_file_spec); in SetRemoteFile()