Skip to content

main/gdb: replace patch with upstream patch

Marian Buschsieweke requested to merge maribu/aports:main/gdb into master

The current patch fixing the segfault when inspecting a variable with an absolute address by adding checks before dereferencing the the_bfd_section member. The upstream patch instead makes sure to just always provide the member even for variables with absolute addresses.

This replaces the patch with the solution handed in for inclusion in upstream, see 1 and 2.

Merge request reports