Revert "core: remove legacy synthesized filename"

This reverts commit 92c1bc2149.
This commit is contained in:
Sebastien Bourdeauducq 2022-02-13 13:32:20 +08:00
parent 8aa8647ba8
commit 8e1ac8b844
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ def symbolize(library, addresses):
location = next(lines)
filename, line = location.rsplit(":", 1)
if filename == "??":
if filename == "??" or filename == "<synthesized>":
continue
if line == "?":
line = -1