aboutsummaryrefslogtreecommitdiff
path: root/debug_info_test/check_exist.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug_info_test/check_exist.py')
-rw-r--r--debug_info_test/check_exist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_info_test/check_exist.py b/debug_info_test/check_exist.py
index f2cc7c6b..898dae45 100644
--- a/debug_info_test/check_exist.py
+++ b/debug_info_test/check_exist.py
@@ -85,7 +85,7 @@ def check_exist_all(dso_path):
"""
readelf = subprocess.Popen(
- ['readelf', '--debug-dump=info', '--dwarf-depth=1', dso_path],
+ ['llvm-dwarfdump', '--recurse-depth=0', dso_path],
stdout=subprocess.PIPE,
stderr=open(os.devnull, 'w'),
encoding='utf-8')