Lines Matching refs:symbol
94 # Attaches a list of symbol names to stack frames. This assumes that the
165 # |<frame-number> <binary-image> 0x<address> <symbol> <offset>|.
231 # A: |<space><steps> <symbol> + <offset> (in <image-name>) [<address>]|
328 Returns a list of symbol information in the same order as |addresses|."""
357 # |<symbol> (in <image>) (<file>:<line>)|.
366 frame.symbol = symbol_parts.group(1)
403 self.symbol = None
419 # Same with the symbol information.
420 symbol = self.original_symbol
421 if self.symbol:
422 symbol = self.symbol
425 self.image, location, symbol)
492 print >>sys.stderr, 'Symbol path %s is not a directory' % symbol_path