I think elfutils is very useful in debugging.
But i cant use this in openwrt package.
Because only library is built and utility like eu-stack or eu-readelf not
built
Could someone help thus?
>From 33d436aefb6b63a159943bd24eb432b8cfb8b369 Mon Sep 17 00:00:00 2001
From: Di Chen
Date: Sun, 24 Dec 2023 11:44:48 +0800
Subject: [PATCH] libdwfl: Remove asserts from library code
It would be better for elfutils library functions to return an error
code instead of aborting because of a failed
https://sourceware.org/bugzilla/show_bug.cgi?id=31027
--- Comment #1 from Di Chen ---
Asserts are heavily used across all elfutils libraries, and it's
impossible to implement the removing in one commit. So let's gradually
remove the asserts in the later coming commits.
This is the first patch wo
https://sourceware.org/bugzilla/show_bug.cgi?id=31027
--- Comment #2 from Di Chen ---
I made a quick test on the libdwfl's asserts removing patch,
and it passed.
$ make check TESTS=run-dwfl*
make check-TESTS
PASS: run-dwfl-addr-sect.sh
PASS: run-dwfl-bug-offline-rel.sh
PASS: run-dwfl-core-nonco