From 7251eaa2c0407bd2ae40b488c8ba6159bc6a91c8 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 14:38:24 +0000 Subject: automatic import of dyninst --- dyninst-12.1.0-dwarf.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dyninst-12.1.0-dwarf.patch (limited to 'dyninst-12.1.0-dwarf.patch') diff --git a/dyninst-12.1.0-dwarf.patch b/dyninst-12.1.0-dwarf.patch new file mode 100644 index 0000000..a01b2cf --- /dev/null +++ b/dyninst-12.1.0-dwarf.patch @@ -0,0 +1,11 @@ +Remove extraneous error messages of the form: + err message: .debug_loclists section missing + err message: invalid DWARF +which are repeated in some circumstances without adding useful context + +--- dyninst-12.1.0/symtabAPI/src/dwarfWalker.C.orig 2021-04-08 16:48:12.000000000 -0400 ++++ dyninst-12.1.0/symtabAPI/src/dwarfWalker.C 2021-04-27 12:48:55.643978425 -0400 +@@ -1858,1 +1858,1 @@ +- cerr << "err message: " << dwarf_errmsg(dwarf_errno()) << endl; ++ dwarf_printf("(0x%lx) Error while decoding location: %s\n", id(), dwarf_errmsg(dwarf_errno())); + -- cgit v1.2.3