Lines Matching refs:debug_out
76 def resolve(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
88 print("skipping non-existent:", path, file=debug_out)
109 print("looking for:", p, end=' ', file=debug_out)
112 print("nope", file=debug_out)
116 print("found:", p, file=debug_out)
141 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
146 rpath = resolve(path, cwd, last_dir, debug, debug_out)
248 self.debug_out = conf.get('debug_out', sys.stderr)
305 print("host_target=", self.host_target, file=self.debug_out)
306 print("srctops=", self.srctops, file=self.debug_out)
307 print("objroots=", self.objroots, file=self.debug_out)
308 print("excludes=", self.excludes, file=self.debug_out)
309 print("ext_list=", self.exts, file=self.debug_out)
315 print("need reldir:", end=' ', file=self.debug_out)
321 print(self.reldir, file=self.debug_out)
366 print("%s: %sAdd: %s" % (self.name, clue, data), file=self.debug_out)
373 print("found in", top, file=self.debug_out)
384 print("found %s: %s\n" % (ddepf, ddep), file=self.debug_out)
406 print("adding .%s to %s" % (dmachine, ddep), file=self.debug_out)
476 print("input:", line, end=' ', file=self.debug_out)
493 print("%s: CWD=%s" % (self.name, cwd), file=self.debug_out)
518 cwd = abspath(w[2], cwd, None, self.debug, self.debug_out)
522 print("missing cwd=", cwd, file=self.debug_out)
528 print("cwd=", cwd, file=self.debug_out)
540 print("seen:", w[2], file=self.debug_out)
610 print("exclude:", p, path, file=self.debug_out)
614 path = resolve(path, cwd, self.last_dir, self.debug, self.debug_out)
620 print("seen:", dir, file=self.debug_out)
625 dir = abspath(dir, cwd, self.last_dir, self.debug, self.debug_out)
635 print("raw=%s rdir=%s dir=%s path=%s" % (w[2], rdir, dir, path), file=self.debug_out)
639 print("skipping:", path, file=self.debug_out)
645 print("ldir=", self.last_dir, file=self.debug_out)
799 debug_out = conf.get('debug_out', sys.stderr)
802 print("config:", file=debug_out)
803 print("psyco=", have_psyco, file=debug_out)
805 print("%s=%s" % (k,v), file=debug_out)