faea4735
by Allan McRae at 2025-01-19T04:27:42+00:00
Add a .gdb_index section before splitting debug info
Using gdb-add-index to add a .gdb_index section before splitting
debug info (together with enabling "maintenance set debuginfod
download-sections" in GDB) can dramatically reduce the amount of
data GDB has to download.
Fixes #205.
Signed-off-by: Allan McRae <allan@archlinux.org>