Home
last modified time | relevance | path

Searched refs:SetPlatformFileSpec (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp396 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache()
433 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache()
458 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache()
H A DPlatformDarwin.cpp398 module_sp->SetPlatformFileSpec(new_file_spec); in GetSharedModule()
409 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModule()
1291 module_sp->SetPlatformFileSpec(path_to_try); in FindBundleBinaryInExecSearchPaths()
H A DPlatformRemoteDarwinDevice.cpp351 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
H A DPlatformAppleSimulator.cpp507 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModuleSpec.i62 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
H A DSBModule.i180 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModuleSpec.h60 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec);
H A DSBModule.h67 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModuleSpec.cpp77 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() function in SBModuleSpec
H A DSBModule.cpp127 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() function in SBModule
134 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dremote.rst199 (lldb) script lldb.target.module['a.out'].SetPlatformFileSpec("/bin/a.out")
214 (lldb) script lldb.target.module['libfoo.so'].SetPlatformFileSpec("/usr/lib/libfoo.so")
215 (lldb) script lldb.target.module['libbar.so'].SetPlatformFileSpec("/usr/local/lib/libbar.so")
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h518 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } in SetPlatformFileSpec() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp234 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule()
H A DTarget.cpp2984 module_sp->SetPlatformFileSpec(remote_file); in Install()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp394 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
404 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3202 module_sp->SetPlatformFileSpec(remote_file_spec); in SetRemoteFile()