[PATCH] D64396: [DWARF] Dump .gdb_index of version 8
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 04:27:54 PDT 2019
ikudrin added inline comments.
================
Comment at: test/DebugInfo/dwarfdump-dump-gdbindex.test:6
+RUN: cp %p/Inputs/dwarfdump-gdbindex-v7.elf-x86-64 %t
+RUN: %python -c 'with open("%/t", "r+b") as f: f.seek(0x1748); f.write(b"\x08")'
+RUN: llvm-dwarfdump -gdb-index %t | FileCheck --check-prefixes=CHECK,CHECK-V8 %s
----------------
Personally, I'd prefer to have another binary file for version 8 than patching the existing one. What do you think?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64396/new/
https://reviews.llvm.org/D64396
More information about the llvm-commits
mailing list