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/
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()
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()
DPlatformRemoteDarwinDevice.cpp351 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
DPlatformAppleSimulator.cpp507 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBModuleSpec.i62 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
DSBModule.i180 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBModuleSpec.h60 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec);
DSBModule.h67 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBModuleSpec.cpp77 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() function in SBModuleSpec
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/
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/
DModule.h518 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } in SetPlatformFileSpec() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp234 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule()
DTarget.cpp2984 module_sp->SetPlatformFileSpec(remote_file); in Install()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectTarget.cpp394 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
404 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp3202 module_sp->SetPlatformFileSpec(remote_file_spec); in SetRemoteFile()