Lines Matching refs:symbols
87 # This returns a list of just symbols. The indices will match up with the
91 print 'Error loading symbols for ' + image_name
319 """Takes a base path for the symbols and an image name. It looks the name up
349 def _AddSymbolsToFrames(self, symbols, address_tuples):
351 a smart-zip with the data returned by atos in |symbols|. Note that the
353 if len(symbols) != len(address_tuples):
354 print 'symbols do not match'
361 for i in range(len(symbols)):
362 symbol_parts = line_regex.match(symbols[i])
467 '[symbolicate_crash.py -s ./symbols/ report.crash] will '
468 'look for dSYMs in ./symbols/15.0.666.0/ if the report is '
480 # If not using the standard layout, this is a full path to the symbols.
483 # Otherwise, use the report version to locate symbols in a directory.
490 # Check that the symbols exist.
495 print >>sys.stderr, 'Using symbols from ' + symbol_path