Lines Matching refs:search
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'."""
52 # Add an image search path substitution pair.
53 self.runCmd("target modules search-paths add %s %s" % (os.getcwd(), new_dir))
54 # Add teardown hook to clear image-search-paths after the test.
57 self.addTearDownHook(lambda: self.runCmd("target modules search-paths clear"))
59 self.expect("target modules search-paths list",
62 self.expect("target modules search-paths query %s" % os.getcwd(), "Image search path successfully transformed",
165 # Search for and match the "Image ([0-9]+) loaded" pattern.
170 match = pattern.search(l)