termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.28k stars 3.06k forks source link

[Package]: debuginfod patched gdb #7726

Open Lunarequest opened 3 years ago

Lunarequest commented 3 years ago

Package description

The debuginfod patches are extremely small <10 lines of code but add a ton of functionality fetching debuginfo automatically when gdb starts up

Home page URL

No response

Source code URL

git://sourceware.org/git/binutils-gdb.git

Packaging policy acknowledgement

Additional information

No response

Trass3r commented 7 months ago

This has been merged in the meantime. Just needs to be enabled. debuginfod exists: #7431

(gdb) set debuginfod enabled on
Support for debuginfod is not compiled into GDB.

https://sourceware.org/gdb/current/onlinedocs/gdb.html/Configure-Options.html

--with-debuginfod Enabled by default if libdebuginfod is installed and found at configure time.

Trass3r commented 7 months ago

https://github.com/termux/termux-packages/compare/master...Trass3r:termux-packages:dev/gdb-debuginfod?expand=1