Blame SOURCES/dyninst-11.0.0-dwarf.patch

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