[PATCH] tests: use ${CC} instead of 'gcc' in tests

2021-01-31 Thread Sergei Trofimovich via Elfutils-devel
To better support cross-compilation Gentoo provides a way to configure system without 'gcc' binary and only provide tool-prefixed tools, like 'x86_64-pc-linux-gnu-gcc'. The packages are built as ./configure --host=x86_64-pc-linux-gnu. In https://bugs.gentoo.org/718872 Agostino Sarubbo found a few

Re: [PATCH] tests: use ${CC} instead of 'gcc' in tests

2021-01-31 Thread Mark Wielaard
On Sun, Jan 31, 2021 at 03:49:13PM +, Sergei Trofimovich via Elfutils-devel wrote: > To better support cross-compilation Gentoo provides a way > to configure system without 'gcc' binary and only provide > tool-prefixed tools, like 'x86_64-pc-linux-gnu-gcc'. > The packages are built as ./config

debuginfod client as GDB/LLDB Plugin

2021-01-31 Thread Matt Schulte via Elfutils-devel
Hi all! I have been working on a GDB and LLDB python plugin that will bring debuginfod to older versions of GDB and LLDB. It's still in the early stages of development (no support for source loading, no support for Python 2...) but wanted to raise awareness of my work and say thank you for coming