]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Match demangled name in "skip"
authorTom Tromey <tromey@adacore.com>
Wed, 16 Sep 2020 15:49:36 +0000 (09:49 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 16 Sep 2020 19:55:37 +0000 (13:55 -0600)
commit1f2950be0b170553772eed6662c0e6613cbd58f7
tree8b2aacaefd0e7d30b12485a867219a46d1703172
parentf0f01c9e235ac4125aeda27808fae227ec64a4a2
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.
gdb/ChangeLog
gdb/infrun.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/skipcxx.cc [new file with mode: 0644]
gdb/testsuite/gdb.base/skipcxx.exp [new file with mode: 0644]