Blame SOURCES/dyninst-12.1.0-dwarf.patch

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