diff options
author | Pedro Alves <pedro@palves.net> | 2020-09-17 23:33:40 +0100 |
---|---|---|
committer | Pedro Alves <pedro@palves.net> | 2020-09-18 00:04:12 +0100 |
commit | 52bb090268881cfa1ab615273e281610935f2f95 (patch) | |
tree | 0848384d943da502513b5c9a3917c24de1a5e56b /gdb/testsuite/ChangeLog | |
parent | 73e18ac9dab5b395fefa2034c7b9829425629b57 (diff) | |
download | gdb-52bb090268881cfa1ab615273e281610935f2f95.zip gdb-52bb090268881cfa1ab615273e281610935f2f95.tar.gz gdb-52bb090268881cfa1ab615273e281610935f2f95.tar.bz2 |
gdb.base/break.exp C++ify
Some adjustments to make gdb.base/break.exp work when compiled as a
C++ program. Passes cleanly with Clang++, but not with G++. The
latter puts a breakpoint at an unexpected line in one case. It seems
like a bug that gcc and g++ behave differently here.
gdb/testsuite/ChangeLog:
* gdb.base/break.exp (func): New. Use it throughout when
expecting a function name.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e83ec79..c7e2c4c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2020-09-17 Pedro Alves <pedro@palves.net> + * gdb.base/break.exp (func): New. Use it throughout when + expecting a function name. + +2020-09-17 Pedro Alves <pedro@palves.net> + * gdb.base/display.exp: Issue "set print asm-demangle on". 2020-09-17 Pedro Alves <pedro@palves.net> |