core: remove legacy synthesized filename

This commit is contained in:
Sebastien Bourdeauducq 2022-02-13 11:00:23 +08:00
parent f2f2e12b91
commit 92c1bc2149
1 changed files with 1 additions and 1 deletions

View File

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