Blame SOURCES/dyninst-12.1.0-dwarf.patch

e25486
Remove extraneous error messages of the form:
e25486
 err message: .debug_loclists section missing
e25486
 err message: invalid DWARF
e25486
which are repeated in some circumstances without adding useful context
e25486
06d10c
--- dyninst-12.1.0/symtabAPI/src/dwarfWalker.C.orig	2021-04-08 16:48:12.000000000 -0400
06d10c
+++ dyninst-12.1.0/symtabAPI/src/dwarfWalker.C	2021-04-27 12:48:55.643978425 -0400
e25486
@@ -1858,1 +1858,1 @@
e25486
-                cerr << "err message: " << dwarf_errmsg(dwarf_errno()) << endl;
e25486
+	        dwarf_printf("(0x%lx) Error while decoding location: %s\n", id(), dwarf_errmsg(dwarf_errno()));
e25486