Home | History | Annotate | Download | only in load_unload

Lines Matching full:dylib

31         """Test target modules list after loading a different copy of the library libd.dylib, and verifies that it works with 'target modules search-paths add'."""
37 dylibName = 'libd.dylib'
85 """Test DYLD_LIBRARY_PATH after moving libd.dylib, which defines d_function, somewhere else."""
94 dylibName = 'libd.dylib'
95 dsymName = 'libd.dylib.dSYM'
109 # we pick up the hidden dylib.
149 # Use lldb's process load command to load the dylib, instead.
160 # Use lldb 'process load' to load the dylib.
161 self.expect("process load liba.dylib", "liba.dylib loaded correctly",
162 patterns = ['Loading "liba.dylib".*ok',
179 # Use lldb 'process unload' to unload the dylib.
180 self.expect("process unload %s" % index, "liba.dylib unloaded correctly",