mirror of
https://github.com/clearlinux/autospec.git
synced 2026-07-14 08:56:42 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 936534a889 |
@@ -155,7 +155,7 @@ def is_file_valid(path):
|
||||
|
||||
def dump_symbols(path):
|
||||
"""Get symbols from a file."""
|
||||
cmd = "nm --defined-only -g --dynamic \"{}\"".format(path)
|
||||
cmd = "nm --defined-only -g --dynamic \"{}\" | c++filt".format(path)
|
||||
lines = None
|
||||
|
||||
ret = set()
|
||||
|
||||
Reference in New Issue
Block a user