testsuite: Fix gdb.gdb/selftest.exp for C++-O2-g-built GDB
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 20 Jul 2016 14:26:44 +0000 (16:26 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 20 Jul 2016 14:26:44 +0000 (16:26 +0200)
commit027d97f8b0193a8113ee60bafc686d45d0af59ee
tree9efbaa9d3ec43aed9e231eb79e884e1f85753a65
parent7674d381b47f9f2411c0ca1da0c152940dc0d7bd
testsuite: Fix gdb.gdb/selftest.exp for C++-O2-g-built GDB

tested on Fedora 24 x86_64 after:
        ./configure; make
That is: CFLAGS='-g -O2' CXXFLAGS='-g -O2'

FAIL: gdb.gdb/selftest.exp: unknown source line
FAIL: gdb.gdb/selftest.exp: step into xmalloc call

gdb/testsuite/ChangeLog
2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>

* gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
"step into captured_main (args)".
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.gdb/selftest.exp
This page took 0.043286 seconds and 4 git commands to generate.