[0/1] Use debugedit instead of AWK to parse source files

Message ID 20220102002843.2104841-1-foxboron@archlinux.org
Headers show
Series Use debugedit instead of AWK to parse source files | expand

Message

Morten Linderud Jan. 2, 2022, 12:28 a.m. UTC
From: Morten Linderud <morten@linderud.pw>

This utilizes the debugedit project which was split out from RPM fairly
recently. It's been used in things like portage and hopefully gives us better
support for debug packages in other languages then just C/C++

https://sourceware.org/debugedit/

I have tested this one a Go project and compared with the previously generated
pacman debug packages. Everything seems fine and gdb works for C, and delve
works for the Go project. 

Preferaly some more testing would be needed.

Morten Linderud (1):
  strip: Use debugedit instead of AWK to parse source files

 scripts/libmakepkg/tidy/strip.sh.in | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)