Home
last modified time | relevance | path

Searched refs:shlibs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A DTestLoadUnload.py54 shlibs = ['libloadunload_a.' + ext, 'libloadunload_b.' + ext,
58 for f in shlibs:
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1808 def registerSharedLibrariesWithTarget(self, target, shlibs): argument
1816 if not shlibs or not self.platformContext:
1826 for name in shlibs:
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp886 const FileSpecList &shlibs = in DoExecute() local
890 const size_t num_shlibs = shlibs.GetSize(); in DoExecute()
930 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute()