aboutsummaryrefslogtreecommitdiff
path: root/debug_info_test/check_exist.py
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:25:31 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:25:31 +0000
commit904b3e949a93a8953db41e41b256a5b27debeed4 (patch)
treeb0522edde1d3c5356c95eb1ee2eae3e87befa1f3 /debug_info_test/check_exist.py
parent4e4201457e5f51a132101c611c79ccff9f713c8b (diff)
parent882a18888febb9cb0b9d6c6069498cbc4aa30f88 (diff)
downloadtoolchain-utils-android13-mainline-art-release.tar.gz
Change-Id: I173027e1513f8b33f7aec083bf3757087435e515
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')