# Dump only when the output file is out-of-date. ifnot os.path.isfile(outfile) or \
os.stat(outfile).st_mtime < os.stat(infile).st_mtime: with open(outfile, 'w') as outfileobj:
subprocess.check_call([dumpsyms, '-m', '-d', infile], stdout=outfileobj)
if strip_binary != '0':
subprocess.check_call(['strip', infile])
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.