[Bug mi/32571] GDB Mi crashes when setting a disabled breakpoint
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Sun Jul 13 05:25:44 GMT 2025
https://sourceware.org/bugzilla/show_bug.cgi?id=32571
--- Comment #42 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom de Vries <vries@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0e8dbf5c5d6ae1d2b78322e5fed70200bc999cba
commit 0e8dbf5c5d6ae1d2b78322e5fed70200bc999cba
Author: Tom de Vries <tdevries@suse.de>
Date: Sun Jul 13 07:25:43 2025 +0200
[gdb/build] Work around GCC ipa-modref bug
PR mi/32571 reports the following problem:
...
$ gdb -q -batch -ex "b bla.c:100"
<random output>
Make breakpoint pending on future shared library load? (y or [n]) \
[answered N; input not from terminal]
...
while this is expected:
...
$ gdb -q -batch -ex "b bla.c:100"
No symbol table is loaded. Use the "file" command.
Make breakpoint pending on future shared library load? (y or [n]) \
[answered N; input not from terminal]
...
A few factors in reproducing this are building gdb using gcc 14,
"-O2 -flto=auto" and --disable-nls. For more details, see the PR.
This turns out to be caused by a GCC PR [1], more specifically a problem in
ipa-modref.
Work around this by disabling ipa-modref for GCC versions 12-15 and 16.0,
assuming the GCC 16.1 release will contain a fix.
Tested on aarch64-linux and x86_64-linux.
Approved-By: Andrew Burgess <aburgess@redhat.com>
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32571
[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120987
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gdb-prs
mailing list