[Bug gdb/26598] skip compares pattern against mangled name
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Wed Sep 16 19:56:21 GMT 2020
https://sourceware.org/bugzilla/show_bug.cgi?id=26598
--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The gdb-10-branch branch has been updated by Tom Tromey
<tromey@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1f2950be0b170553772eed6662c0e6613cbd58f7
commit 1f2950be0b170553772eed6662c0e6613cbd58f7
Author: Tom Tromey <tromey@adacore.com>
Date: Wed Sep 16 09:49:36 2020 -0600
Match demangled name in "skip"
PR gdb/26598 notes that, before commit bcfe6157ca28 ("Use the linkage
name if it exists"), the "skip" command would match the demangled name
of a symbol, but now only matches the linkage name.
This patch fixes this regression. I looked at all calls to
function_name_is_marked_for_skip, and only one used the linkage name.
2020-09-16 Tom Tromey <tromey@adacore.com>
PR gdb/26598:
* infrun.c (fill_in_stop_func): Use find_pc_partial_function_sym.
gdb/testsuite/ChangeLog
2020-09-16 Tom Tromey <tromey@adacore.com>
PR gdb/26598:
* gdb.base/skipcxx.exp: New file.
* gdb.base/skipcxx.cc: New file.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gdb-prs
mailing list