utils.py | 469 self._collect_line_info(dso, real_path, [0]) 470 self._collect_line_info(dso, real_path, range(-addr_step, -addr_step * 4 - 1, -addr_step)) 471 self._collect_line_info(dso, real_path, 489 def _collect_line_info(self, dso, real_path, addr_shifts): member in class:Addr2Nearestline
|