[PATCH] D64396: [DWARF] Dump .gdb_index of version 8
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 04:12:04 PDT 2019
grimar added a comment.
Well, since this allows dumping the "newer" format, it looks like a step forward, so I have no objections.
================
Comment at: test/DebugInfo/dwarfdump-dump-gdbindex.test:7
+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
----------------
Side note: seems we might want to try to improve yaml2obj to support the .gdb_index.
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